ITuplePackable
Namespace: SnowBank.Data.Tuples.Binary · interface
Represents an object that can serialize itself using the Tuple Binary Encoding format
Methods
PackTo
void PackTo(TupleWriter writer)
Appends the packed bytes of this instance to the end of a buffer
writer— Buffer that will receive the packed bytes of this instance