• 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.

    • Optionalopt: {
          allowSkipLastProps?: boolean;
      }
      • OptionalallowSkipLastProps?: 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.