Package io.datarouter.gson.typeadapterfactory
package io.datarouter.gson.typeadapterfactory
-
ClassesClassDescriptionIntercepts 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.This factory creates an adaptor that correctly serialize Dtos that contain non static Optionals.This factory creates an adaptor that correctly serialize Optionals.