• Deserialize the given DataView into the provided object.

    Type Parameters

    • T extends object

    Parameters

    • obj: T

      The object to deserialize into.

    • dataView: DataView

      The DataView to use for deserialization.

    • Optional opt: {
          allowSkipLastProps?: boolean;
      }
      • Optional allowSkipLastProps?: boolean

        If true, will allow the last properties to be skipped if there is not enough data left.

    Returns number

    The number of bytes read from the DataView.

Generated using TypeDoc