get
Retrieves a value for the given key using the provided serializer.
Return
The stored value, or null if not found
Parameters
key
The storage key (must not be empty)
serializer
The serializer for the value type
Throws
if key is empty
Retrieves a value for the given key using the provided serializer.
The stored value, or null if not found
The storage key (must not be empty)
The serializer for the value type
if key is empty