Description
Serializes and reflects C++ data structures with a focus on speed and zero-copy access. It is useful for developers building performance-sensitive storage, messaging, or data exchange paths.
Serialization libraries define data compatibility boundaries. Validate formats, versioning, and untrusted input handling before exposing serialized data across process or network boundaries.