Class ByteifySerializationError

The ByteifyError that happens because of an error with the serialization

Hierarchy

Constructors

Properties

endianess: null | ByteifyEndianess

The byteify endianess that was to be used

nativeType: null | NativeType

The native type of the value that was to be serialized

serializedResult: null | number[]

The serialized value

valueToSerialize: null | number | bigint

The value that was to be serialized

Generated using TypeDoc