Uses of Interface
org.rostore.client.mapper.Mapper
Package
Description
RoStore java client classes
Serializer/Deserializer used in the client.
-
Uses of Mapper in org.rostore.client
Modifier and TypeMethodDescription<K> MappedContainer
<K> RoStoreClient.getMappedContainer
(String name, Mapper mapper) Creates a new light-weight object that represents access to the container.<K> MappedContainer
<K> RoStoreClient.getMappedContainer
(String name, Mapper mapper, KeySerializer<K> keySerializer) Creates a new light-weight object that represents access to the container.ModifierConstructorDescriptionprotected
MappedContainer
(RoStoreClient roStoreClient, String name, Mapper mapper, KeySerializer<K> keySerializer) -
Uses of Mapper in org.rostore.client.mapper
Modifier and TypeClassDescriptionclass
This one uses theObjectMapper
to serialize / deserialize the content of the storeclass
This one uses the native serializer of the ro-store