Uses of Class
com.fasterxml.jackson.databind.ser.std.ToStringSerializerBase
Packages that use ToStringSerializerBase
-
Uses of ToStringSerializerBase in com.fasterxml.jackson.databind.ser.std
Subclasses of ToStringSerializerBase in com.fasterxml.jackson.databind.ser.stdModifier and TypeClassDescriptionclass
Simple general purpose serializer, useful for any type for whichObject.toString()
returns the desired JSON value.