The byte array to convert into an array of serializable objects.
A Result
object containing either the successfully deserialized
array of serializable objects or an error message.
This function takes a StaticArray<u8>
and attempts to deserialize it into
an array of serializable objects
Serializable. If deserialization is unsuccessful, a
Result
object containing an error message is returned.
Generated using TypeDoc
Deserialize a byte array into a serializable objects array.