Function bytesToSerializableObjectArray

  • Converts a Uint8Array into an array of deserialized type parameters.

    Type Parameters

    Parameters

    • source: Uint8Array

      The Uint8Array to convert.

    • Clazz: (new () => T)

      The class constructor for deserialization.

        • new (): T
        • Returns T

    Returns T[]

    An array of deserialized objects.

Generated using TypeDoc