Namespace Serialization Module
|
|
Classes
Base class for all data write streams |
Base class for all data streams (memory streams, file streams etc.) |
Base class for all data read streams |
|
Direct memory writing stream that uses a single allocation buffer. |
Direct memory reading stream that uses a single allocation buffer. |
|
Base class for Json writers. |
Json value container utilities. |
Objects serialization tool (json format). |
Object serialization modification base class. Allows to extend the serialization process by custom effects like object ids mapping. |
Implementation of the stream that has access to the file and is optimized for fast writing to it. |
Implementation of the stream that has access to the file and is optimized for fast reading from it |
|