Uses of Interface
io.github.grumpystuff.grumpyjson.serialize.CustomJsonSerializer.SerializerBody
Packages that use CustomJsonSerializer.SerializerBody
-
Uses of CustomJsonSerializer.SerializerBody in io.github.grumpystuff.grumpyjson.serialize
Methods in io.github.grumpystuff.grumpyjson.serialize with parameters of type CustomJsonSerializer.SerializerBodyModifier and TypeMethodDescriptionstatic <T> JsonSerializer<T>CustomJsonSerializer.from(Class<T> clazz, CustomJsonSerializer.SerializerBody<T> body) Builds a serializer for a single class type from a code body.