|
CX Framework
Cross-platform C utility framework
|
Serialization backend that reads and writes JSON. More...
#include <cx/serialize/serreader.h>#include <cx/serialize/serwriter.h>#include <cx/serialize/streambuf.h>Go to the source code of this file.
Functions | |
| SerWriter * | serJsonWriterCreate (StreamBuffer *sb, flags_t flags) |
| SerReader * | serJsonReaderCreate (StreamBuffer *sb, flags_t flags) |
Serialization backend that reads and writes JSON.
Definition in file serjson.h.