Package one.microstream.cache
Interface Serializer
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Implementing Classes:
Serializer.Default
public interface Serializer extends Closeable
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Serializer.Default
static class
Serializer.Static
-
Method Summary
Modifier and Type Method Description void
close()
static Serializer
get(ClassLoader classLoader)
static Serializer
get(ClassLoader classLoader, Predicate<? super Field> fieldPredicate)
Object
read(Binary data)
Binary
write(Object object)