Uses of Class
tools.jackson.databind.ser.std.ToStringSerializerBase
Packages that use ToStringSerializerBase
-
Uses of ToStringSerializerBase in tools.jackson.databind.ext.javatime.ser
Subclasses of ToStringSerializerBase in tools.jackson.databind.ext.javatime.ser -
Uses of ToStringSerializerBase in tools.jackson.databind.ser.std
Subclasses of ToStringSerializerBase in tools.jackson.databind.ser.stdModifier and TypeClassDescriptionfinal classSimple general purpose serializer, useful for any type for whichObject.toString()returns the desired String serialization value.