StorageObject
Defined in: atomiq-base/src/storage/StorageObject.ts:6
Represents an object that is serializable down to a JSON-compatible object (i.e. no bigints, functions, etc.)
Methods
serialize()
serialize(): any;
Defined in: atomiq-base/src/storage/StorageObject.ts:11
Serializes the object to a JSON-compatible object (i.e. no bigints, functions, etc.)
Returns
any