CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
serialize Directory Reference

Files

 jsoncommon.h
 Common types for JSON parsing and output.
 
 jsonout.h
 JSON serialization interface.
 
 jsonparse.h
 JSON parsing interface.
 
 lineparse.h
 Line-oriented stream buffer consumer.
 
 sbbuffer.h
 Stream buffer Buffer I/O adapters.
 
 sbcon.h
 Stream buffer console adapter.
 
 sbfile.h
 Stream buffer file I/O adapters.
 
 sbstring.h
 Stream buffer string I/O adapters.
 
 serbinary.h
 Serialization backend that reads and writes cx's compact binary format.
 
 serjson.h
 Serialization backend that reads and writes JSON.
 
 serreader.h
 The read half of the serialization backend interface.
 
 serssd.h
 Serialization backend that reads and writes SSD trees.
 
 sertype.h
 The abstract data model, type resolution, and serialization errors.
 
 serwriter.h
 The write half of the serialization backend interface.
 
 streambuf.h
 Core stream buffer implementation for efficient data streaming.