Uses of Interface
one.microstream.persistence.binary.util.Serializer
Package | Description |
---|---|
one.microstream.cache.types | |
one.microstream.persistence.binary.util |
-
Uses of Serializer in one.microstream.cache.types
Methods in one.microstream.cache.types with parameters of type Serializer Modifier and Type Method Description static ObjectConverter
ObjectConverter. ByValue(Serializer<Binary> serializer)
-
Uses of Serializer in one.microstream.persistence.binary.util
Classes in one.microstream.persistence.binary.util that implement Serializer Modifier and Type Class Description static class
Serializer.Default<M>
Methods in one.microstream.persistence.binary.util that return Serializer Modifier and Type Method Description static Serializer<Binary>
Serializer. Binary()
static Serializer<Binary>
Serializer. Binary(SerializerFoundation<?> foundation)
static Serializer<byte[]>
Serializer. Bytes()
static Serializer<byte[]>
Serializer. Bytes(SerializerFoundation<?> foundation)
static <M> Serializer<M>
Serializer. New(Function<Binary,M> toMedium, Function<M,Binary> toBinary)
static <M> Serializer<M>
Serializer. New(SerializerFoundation<?> foundation, Function<Binary,M> toMedium, Function<M,Binary> toBinary)