Uses of Interface
io.github.oberhoff.distributedcaffeine.serializer.ByteArraySerializer
-
Packages that use ByteArraySerializer Package Description io.github.oberhoff.distributedcaffeine.serializer This package contains classes and interfaces providing serializing/deserializing functionality for Distributed Caffeine cache instances. -
-
Uses of ByteArraySerializer in io.github.oberhoff.distributedcaffeine.serializer
Classes in io.github.oberhoff.distributedcaffeine.serializer that implement ByteArraySerializer Modifier and Type Class Description class
FurySerializer<T>
Implementation of a serializer with byte array representation based on Apache Fury.class
JavaObjectSerializer<T>
Implementation of a serializer with byte array representation based on Java Object Serialization.
-