Uses of Class
org.rostore.mapper.MapperProperties
Packages that use MapperProperties
-
Uses of MapperProperties in org.rostore.mapper
Methods in org.rostore.mapper with parameters of type MapperPropertiesModifier and TypeMethodDescriptionstatic <T> TBinaryMapper.deserialize(MapperProperties mediaProperties, Type type, InputStream inputStream) static <T> TBinaryMapper.deserialize(MapperProperties mapperProperties, Type type, InputStream inputStream, int limit) static <T> voidBinaryMapper.serialize(MapperProperties mediaProperties, T object, OutputStream outputStream) static <T> voidBinaryMapper.serialize(MapperProperties mediaProperties, T object, Type type, OutputStream outputStream)