Uses of Interface
org.dizitart.no2.rocksdb.formatter.ObjectFormatter
-
Packages that use ObjectFormatter Package Description org.dizitart.no2.rocksdb -
-
Uses of ObjectFormatter in org.dizitart.no2.rocksdb
Methods in org.dizitart.no2.rocksdb that return ObjectFormatter Modifier and Type Method Description ObjectFormatterRocksDBConfig. objectFormatter()The object formatter used to serialize and deserialize objects.ObjectFormatterRocksDBModuleBuilder. objectFormatter()The object formatter used to serialize and deserialize objects.Methods in org.dizitart.no2.rocksdb with parameters of type ObjectFormatter Modifier and Type Method Description RocksDBModuleBuilderRocksDBModuleBuilder. objectFormatter(ObjectFormatter objectFormatter)The object formatter used to serialize and deserialize objects.
-