Transcoders provide functionality for converting values passed to and from the SDK to byte arrays and flags data that can be stored to the server.
Decodes a buffer and flags tuple back to the original type of the document.
The bytes that were previously encoded.
The flags associated with the data.
Encodes the specified value, returning a buffer and flags that are stored to the server and later used for decoding.
The value to encode.
Transcoders provide functionality for converting values passed to and from the SDK to byte arrays and flags data that can be stored to the server.