Recursively deserializes val with the provided endianness.
Type to deserialize to.
The bytes to be deserialized.
The length of the deserialized data as it were if a T[]. Defaults to -1
The endianness to be serialized to. Defaults to native.
The deserialized value of T.
See Implementation
Recursively deserializes val with the provided endianness.