-
Notifications
You must be signed in to change notification settings - Fork 6
interleaved serialization
Henk van Cann edited this page Dec 31, 2024
·
1 revision
Serializations of different types interleaved in an overarching format
One extremely useful property of CESR is that special count codes enable CESR to be interleaved with other serializations. For example, Many applications use JSON RFC4627, CBOR RFC8949, or MsgPack (MGPK) to serialize flexible self-describing data structures based on field maps, also known as dictionaries or hash tables.
Source IETF-CESR