[]
Represents a module containing the implementation of a data tree serializer.
public static class SnapshotSerializer
| Name | Description |
|---|---|
| LoadAsync<T>(Stream, CancellationToken) | Async loads report snapshot. |
| Load<T>(Stream) | Loads report snapshot. |
| Load<T>(TextReader) | Loads report snapshot. |
| Parse<T>(string) | Parses snapshot from specified string. |
| SaveAsync<T>(Stream, T, CancellationToken) | Async save snapshot to specified stream. |
| Save<T>(FileInfo, T, bool) | Save snapshot to specified file. |
| Save<T>(Stream, T, bool) | Save snapshot to specified stream. |
| Save<T>(TextWriter, T, bool) | Save snapshot using specified textwriter. |