Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StorageContextEntity<V>

Represents a complex (probably JSON) entity that can be serialized to and deserialized from a string.

Type parameters

  • V

Hierarchy

  • StorageContextEntity

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Readonly keyValuePair

Readonly options

options: StorageContextEntityOptions<V> = ...

Accessors

serializer

Methods

clear

  • clear(): Promise<void>

load

  • load(defaultValue?: V): Promise<V>

save

  • save(value: V): Promise<void>

Generated using TypeDoc