Function serializeInt32

  • Serializes an int32 into an array of bytes.

    Parameters

    • value: number

      The int32 to serialize.

    • options: ByteifyOptions = ...

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

    Returns number[]

    The int32 serialized in an array of bytes.

Generated using TypeDoc