VariableSizeDecoder
An object that can decode a variable-size byte array into a value of type TTo.
See Decoder to learn more about creating and composing decoders.
Example
See
- Decoder
- VariableSizeDecoder
Type Parameters
| Type Parameter | Description |
|---|---|
TTo | The type of the decoded value. |