• Preparing search index...
  • The search index is not available
TESSA Web API
  • TESSA Web API
  • Core.Serialization
  • StorageSerializable
  • deserialize

Function deserialize

  • deserialize<T extends IStorageSerializable>(
        ctor: Newable<T>,
        storage: IStorage,
        options?: { args?: unknown[]; context?: StorageSerializableContext },
    ): T

    Type Parameters

    • T extends IStorageSerializable

    Parameters

    • ctor: Newable<T>
    • storage: IStorage
    • Optionaloptions: { args?: unknown[]; context?: StorageSerializableContext }

    Returns T

    • Defined in @tessa/core/src/serialization/storageSerializable.ts:19

Settings

Member Visibility
TESSA Web API
  • Loading...

Generated using TypeDoc