Shortcut which deserializes the value and assumes the whole ArrayBuffer for this action.
the ArrayBuffer which contains the value
Shortcut which creates an appropriately sized ArrayBuffer for the value and serializes the value.
the value to serialize
Generated using TypeDoc
The chain serializer allows you to chain other serializer to combine them to one serializer which can be easier to use.
This serializer is quite simple and mostly delegates the calls to the associated serializers.