Interfaces
CloudKVSerializer
Converts a typed value to and from the string format used by CloudKVStorage.
Converts a typed value to and from the string format used by CloudKVStorage.
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Description |
|---|---|---|
parse | (raw: string) => T | Converts a stored string into the value exposed by the hook. |
stringify | (value: T) => string | Converts a value into the string saved by CloudKVStorage. |