Class ByteifyDeserializationError

The ByteifyError that happens because of an error with the deserialization

Hierarchy

Constructors

Properties

deserializedResult: null | number | bigint

The deserialized value

endianess: null | ByteifyEndianess

The byteify endianess that was to be used

nativeType: null | NativeType

The native type of the value that was to be deserialized

valueToDeserialize: null | number[]

The value that was to be deserialized

Generated using TypeDoc