|
CX Framework
Cross-platform C utility framework
|
Serialization backend that reads and writes cx's compact binary format. More...
#include <cx/serialize/serreader.h>#include <cx/serialize/serwriter.h>#include <cx/serialize/streambuf.h>Go to the source code of this file.
Enumerations | |
| enum | SerBinHeaderFlagsEnum { SER_BinHdr_SelfDescribing = (1 << 0) , SER_BinHdr_StringDedup = (1 << 1) , SER_BinHdr_Refs = (1 << 2) } |
| Header flag bits, recording how the body was encoded. More... | |
Functions | |
| SerWriter * | serBinaryWriterCreate (StreamBuffer *sb, flags_t flags) |
| SerReader * | serBinaryReaderCreate (StreamBuffer *sb, flags_t flags) |
Serialization backend that reads and writes cx's compact binary format.
Definition in file serbinary.h.