CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
Serialization

Modules

 Overview
 
 JSON
 
 Line Parser
 
 Buffer I/O
 
 Console Adapter
 
 File I/O
 
 String I/O
 
 Binary Backend
 
 JSON Backend
 
 Readers
 
 SSD Tree Backend
 
 Data Model and Schema
 
 Capabilities, Flags and Errors
 
 Writers
 
 Stream Buffers
 

Detailed Description

Writes any stype-described value – scalars, containers, structs, and opted-in object classes – to a wire format and reads it back, driven by the same reflection metadata (StructInfo, class metadata) the rest of cx already uses. JSON, a compact binary format, and SSD trees ship as backends; an application can add its own without touching cx.

Key Components: