CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
serialize.h
Go to the documentation of this file.
1
129
130#pragma once
131
133#include <cx/serialize/sbfile.h>
136#include <cx/serialize/serjson.h>
138#include <cx/serialize/serssd.h>
139#include <cx/serialize/sertype.h>
Stream buffer Buffer I/O adapters.
Stream buffer file I/O adapters.
Stream buffer string I/O adapters.
Serialization backend that reads and writes cx's compact binary format.
Serialization backend that reads and writes JSON.
The read half of the serialization backend interface.
Serialization backend that reads and writes SSD trees.
The abstract data model, type resolution, and serialization errors.
The write half of the serialization backend interface.
Core stream buffer implementation for efficient data streaming.