Uses of Package
io.github.oberhoff.distributedcaffeine.serializer
-
Packages that use io.github.oberhoff.distributedcaffeine.serializer Package Description io.github.oberhoff.distributedcaffeine This package contains the main classes and interfaces for configuring, building and using Distributed Caffeine cache instances.io.github.oberhoff.distributedcaffeine.serializer This package contains classes and interfaces providing serializing/deserializing functionality for Distributed Caffeine cache instances. -
Classes in io.github.oberhoff.distributedcaffeine.serializer used by io.github.oberhoff.distributedcaffeine Class Description Serializer This is only a marker interface. -
Classes in io.github.oberhoff.distributedcaffeine.serializer used by io.github.oberhoff.distributedcaffeine.serializer Class Description ByteArraySerializer Interface to be used when implementing a custom serializer with byte array representation.JsonSerializer Interface to be used when implementing a custom serializer with JSON representation (encoded as String or BSON).Serializer This is only a marker interface.SerializerException Checked exception to be thrown if serialization or deserialization fails within aSerializer
instance.StringSerializer Interface to be used when implementing a custom serializer with string representation.