Deserialize the given DataView into the provided object.
The object to deserialize into.
The DataView to use for deserialization.
Optional
If true, will allow the last properties to be skipped if there is not enough data left.
The number of bytes read from the DataView.
Deserialize the given DataView into the provided object.