Summary

Base class for properties that should be serialized to binary format instead of JSON. Used for large data structures that would be inefficient as JSON.

Constructors

BlobData

Properties

Version The version of this binary data format. Used for upgrade paths.

Methods

Deserialize Deserialize this object from binary format.
Serialize Serialize this object to binary format.
Upgrade Optional upgrade path for old data versions. Called if the data version is older than current Version.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.