VersionedBinarySerializer
A BinarySerializer for a versioned format of T, supporting nulls. Every value is prefixed with an unsigned byte, where 0
indicates a null value and any other value indicates a non-null value in a specific version. A VersionedBinarySerializer can only write data in the current version, but can also read data serialized in previous versions.
Parameters
currentVersion
The current version of the format, i.e. the unsigned byte that will be written on serialization.
Functions
Link copied to clipboard
Creates a deep copy of the given non-null obj.
Link copied to clipboard
Link copied to clipboard