struct
Reader
public sealed struct Reader Context for reading binary blob data. Wraps ByteStream for allocation-free deserialization.
Fields
| Name | Type | Description |
|---|---|---|
Stream | ByteStream | The underlying byte stream. |
DataVersion | Int32 | The version of the data being read. |