Serialize the given object or array of objects into a DataView.
The object or array of objects to serialize.
Optional
If provided, the byte offset to use for serialization.
If provided, the data view to use for serialization.
A tuple with the DataView and the byte offset after serialization.
Serialize the given object or array of objects into a DataView.