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