mirror of
https://github.com/monero-project/monero.git
synced 2025-01-25 03:55:57 +00:00
59cddbb9ca
This PR is upstreaming changes in the Seraphis lib here: https://github.com/UkoeHB/monero/pull/39. The changes to the serialization header allow clean passing of extra arguments to field serialization in the DSL. This is used mainly to pass implied sizes of containers during deserialization to make the format more compact. For example, if my object has two containers A & B which must be the same size, I can serialize only the size of container A. Then, during deserialization, when I deserialize A, I can then use A's size to deserialize B. Depends on #9286. |
||
---|---|---|
.. | ||
binary_archive.h | ||
binary_utils.h | ||
CMakeLists.txt | ||
container.h | ||
containers.h | ||
crypto.h | ||
debug_archive.h | ||
difficulty_type.h | ||
json_archive.h | ||
json_object.cpp | ||
json_object.h | ||
pair.h | ||
serialization.h | ||
string.h | ||
tuple.h | ||
variant.h |