API ReferenceSandbox
BlobDataclass
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.
object→BlobData
Constructors1
Showing 1 constructors
protected BlobData()
No results match this filter.
Methods3
Showing 3 methods
public virtual void Deserialize(Sandbox.BlobData.Reader reader)
Deserialize this object from binary format.
| Parameter | Type | Description |
|---|---|---|
| reader | Reader | — |
Returns:
void—No results match this filter.
Properties1
Showing 1 properties
public virtual int Sandbox.BlobData.Version { get; set; }
The version of this binary data format. Used for upgrade paths.
Returns:
int—No results match this filter.