Uses of Class
tools.jackson.databind.ser.std.ToStringSerializerBase
Packages that use ToStringSerializerBase
Package
Description
-
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.jdk
Subclasses of ToStringSerializerBase in tools.jackson.databind.ser.jdkModifier and TypeClassDescriptionclassSerializer used to convert numbers into a representation for a specified radix (base) and serialize the representation as string.Methods in tools.jackson.databind.ser.jdk that return ToStringSerializerBaseModifier and TypeMethodDescriptionstatic ToStringSerializerBaseNumberSerializer.createStringSerializer(SerializationContext ctxt, JsonFormat.Value format, boolean isInt) Method used to create a string serializer for a number. -
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.