Function bytesToSerializableObjectArray

  • Deserialize a byte array into a serializable objects array.

    Type Parameters

    Parameters

    • source: StaticArray<number>

      The byte array to convert into an array of serializable objects.

    Returns Result<T[]>

    A Result object containing either the successfully deserialized array of serializable objects or an error message.

    Remarks

    This function takes a StaticArray<u8> and attempts to deserialize it into an array of serializable objects

    See

    Serializable. If deserialization is unsuccessful, a Result object containing an error message is returned.

Generated using TypeDoc