Uses of Interface
io.github.oberhoff.distributedcaffeine.serializer.StringSerializer
-
Packages that use StringSerializer Package Description io.github.oberhoff.distributedcaffeine.serializer This package contains classes and interfaces providing serializing/deserializing functionality for Distributed Caffeine cache instances. -
-
Uses of StringSerializer in io.github.oberhoff.distributedcaffeine.serializer
Subinterfaces of StringSerializer in io.github.oberhoff.distributedcaffeine.serializer Modifier and Type Interface Description interface
JsonSerializer<T>
Interface to be used when implementing a custom serializer with JSON representation (encoded as String or BSON).Classes in io.github.oberhoff.distributedcaffeine.serializer that implement StringSerializer Modifier and Type Class Description class
JacksonSerializer<T>
Implementation of a serializer with JSON representation (encoded as String or BSON) based on Jackson.
-