Uses of Class
org.rostore.mapper.MapperProperties
Package
Description
Serializer/Deserializer used in the client.
Binary mapper that allows to serialize/deserialize data specific for the instance of rostore.
Major classes that manage basic access to the ro-store
-
Uses of MapperProperties in org.rostore.client.mapper
-
Uses of MapperProperties in org.rostore.mapper
Modifier and TypeMethodDescriptionstatic <T> T
BinaryMapper.deserialize
(MapperProperties mediaProperties, Type type, InputStream inputStream) static <T> T
BinaryMapper.deserialize
(MapperProperties mapperProperties, Type type, InputStream inputStream, int limit) static <T> void
BinaryMapper.serialize
(MapperProperties mediaProperties, T object, OutputStream outputStream) static <T> void
BinaryMapper.serialize
(MapperProperties mediaProperties, T object, Type type, OutputStream outputStream) -
Uses of MapperProperties in org.rostore.v2.media
Modifier and TypeMethodDescriptionMediaProperties.getMapperProperties()
The mapper properties that are calculated based on the storage properties