React Native Cloud Storage
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

PropertyTypeDescription
parse(raw: string) => TConverts a stored string into the value exposed by the hook.
stringify(value: T) => stringConverts a value into the string saved by CloudKVStorage.

On this page