API ReferenceSandbox
public abstract class Sandbox.BlobData
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.
Related Guides
Broader workflow and conceptual references connected to this API.
Constructors
Showing 1 constructors
protected BlobData()
No results match this filter.
Methods
Showing 3 methods
public virtual void Deserialize(Sandbox.BlobData.Reader reader)
Deserialize this object from binary format.
No results match this filter.
Properties
Showing 1 properties
public virtual int Sandbox.BlobData.Version { get; set; }
The version of this binary data format. Used for upgrade paths.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.BlobData |