Class SnapshotReader
Reads domain snapshots from JSON format.
public sealed class SnapshotReader
- Inheritance
-
SnapshotReader
- Inherited Members
Methods
Deserialize(string)
Deserializes a snapshot from JSON.
public DomainSnapshot Deserialize(string json)
Parameters
jsonstringThe JSON string.
Returns
- DomainSnapshot
The deserialized snapshot.
DeserializeManifest(string)
Deserializes a manifest directly from JSON.
public DomainManifest DeserializeManifest(string json)
Parameters
jsonstringThe JSON string.
Returns
- DomainManifest
The deserialized manifest.