Search Results for

    Show / Hide Table of Contents

    Namespace Serialization Module

    rapidjson_flax

    rapidjson

    Classes

    WriteStream

    Base class for all data write streams

    Stream

    Base class for all data streams (memory streams, file streams etc.)

    ReadStream

    Base class for all data read streams

    PrettyJsonWriterImpl

    MemoryWriteStream

    Direct memory writing stream that uses a single allocation buffer.

    MemoryReadStream

    Direct memory reading stream that uses a single allocation buffer.

    JsonWriterBase

    JsonWriter

    Base class for Json writers.

    JsonTools

    Json value container utilities.

    JsonSerializer

    Objects serialization tool (json format).

    ISerializeModifier

    Object serialization modification base class. Allows to extend the serialization process by custom effects like object ids mapping.

    FileWriteStream

    Implementation of the stream that has access to the file and is optimized for fast writing to it.

    FileReadStream

    Implementation of the stream that has access to the file and is optimized for fast reading from it

    CompactJsonWriterImpl

    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat