The Uint8Array containing the bytes representing the boolean.
The deserialized boolean.
Deserializes an Uint8Array representing a float32.
The Uint8Array containing the bytes representing the float32.
The deserialized float32.
Deserializes an Uint8Array representing a float64.
The Uint8Array containing the bytes representing the float64.
The deserialized float64.
Deserializes an Uint8Array representing an int16.
The Uint8Array containing the bytes representing the int16.
The deserialized int16.
Deserializes an Uint8Array representing an int32.
The Uint8Array containing the bytes representing the int32.
The deserialized int32.
Deserializes an Uint8Array representing an int64.
The Uint8Array containing the bytes representing the int64.
The deserialized int64.
Deserializes an Uint8Array representing an int8.
The Uint8Array containing the bytes representing the int8.
The deserialized int8.
Deserializes an Uint8Array representing an uint16.
The Uint8Array containing the bytes representing the uint16.
The deserialized uint16.
Deserializes an Uint8Array representing an uint32.
The Uint8Array containing the bytes representing the uint32.
The deserialized uint32.
Deserializes an Uint8Array representing an uint64.
The Uint8Array containing the bytes representing the uint64.
The deserialized uint64.
Deserializes an Uint8Array representing an uint8.
The Uint8Array containing the bytes representing the uint8.
The deserialized uint8.
Serializes a boolean into an Uint8Array.
The boolean to serialize.
The boolean serialized in an Uint8Array.
Serializes a float32 into an Uint8Array.
The float32 to serialize.
The float32 serialized in an Uint8Array.
Serializes a float64 into an Uint8Array.
The float64 to serialize.
The float64 serialized in an Uint8Array.
Serializes an int16 into an Uint8Array.
The int16 to serialize.
The int16 serialized in an Uint8Array.
Serializes an int32 into an Uint8Array.
The int32 to serialize.
The int32 serialized in an Uint8Array.
Serializes an int64 into an Uint8Array.
The int64 to serialize.
The int64 serialized in an Uint8Array.
Serializes an int8 into an Uint8Array.
The int8 to serialize.
The int8 serialized in an Uint8Array.
Serializes an uint16 into an Uint8Array.
The uint16 to serialize.
The uint16 serialized in an Uint8Array.
Serializes an uint32 into an Uint8Array.
The uint32 to serialize.
The uint32 serialized in an Uint8Array.
Serializes an uint64 into an Uint8Array.
The uint64 to serialize.
The uint64 serialized in an Uint8Array.
Serializes an uint8 into an Uint8Array.
The uint8 to serialize.
The uint8 serialized in an Uint8Array.
Generated using TypeDoc
Deserializes an Uint8Array representing a boolean.