Class Summary |
FastBlobFrameworkDeserializer |
Defines the operations necessary to decode each of the "Zeno native" elements from FastBlob record fields. |
FastBlobFrameworkSerializer |
Defines the binary serialized representation for each of the "Zeno native" elements in a FastBlob |
FastBlobHeapFriendlyClientFrameworkSerializer |
Rather than adding objects to a serialization state and having the ByteArrayOrdinalMap assign ordinals,
during a double snapshot refresh, we must determine the ordinal of an object based on its deserialization state's
== mapping. |
FastBlobStateEngine |
This is the SerializationFramework for the second-generation blob.
The blob is a serialized representation of all data conforming to an object model (defined by a SerializerFactory )
in a single binary file.
This class is the main interface for both serialization, as well as deserialization, of FastBlob data. |