Type alias DeserializedResult<T>

DeserializedResult<T>: {
    instance: T;
    offset: number;
}

Interface for deserialized result

Type Parameters

  • T

Type declaration

  • instance: T
  • offset: number

See

  • instance - deserialized instance
  • offset - offset of the deserialized instance