Function serializeInt8

  • Serializes an int8 into an array of bytes.

    Parameters

    • value: number

      The int8 to serialize.

    • options: ByteifyOptions = ...

      The [[ByteifyOptions]] to use to deserialize the array.

    Returns number[]

    The int8 serialized in an array of bytes.

Generated using TypeDoc