All Classes and Interfaces
Classes
Class
Description
Create a single object that can convert a single class to and from byte-array encoded json.
Intercepts all enum serialization, preventing accidental serialization of enums without explicitly specifying
an encoding.
This can be used to intercept and log unregistered enums, however when multiple of these exist, the logs will
not differentiate between them.
Create a single object that can convert a single class to and from json.
Deprecated.
This factory creates an adaptor that correctly serialize Dtos that contain non static Optionals.
This factory creates an adaptor that correctly serialize Optionals.