Shortcut which deserializes the value and assumes the whole ArrayBuffer for this action.
the ArrayBuffer which contains the value
Clones this serializer.
A clone of this object serializer
Shortcut which creates an appropriately sized ArrayBuffer for the value and serializes the value.
the value to serialize
Generated using TypeDoc
The ObjectPartialSerializer is meant to give you a an easy to use way to map an simple object structure to a binary representation by iteratively serializing / deserializing the properties of the object.
In contrast to the ObjectSerializer, this serializer will be keeping specific properties as array buffers and accept those fields as array buffers