Module tools.jackson.databind
Package tools.jackson.databind.ser.jackson
package tools.jackson.databind.ser.jackson
-
ClassesClassDescriptionGeneric handler for types that implement
JacksonSerializable.Serializer class that can serialize Object that have aJsonValueannotation to indicate that serialization should be done by calling the method annotated, and serializing result it returns.This is a simple dummy serializer that will just output raw values by calling toString() on value to serialize.We also want to directly support serialization ofTokenBuffer; and since it is part of core package, it cannot implementJacksonSerializable(which is only included in the mapper package)