Module tools.jackson.databind
Package tools.jackson.databind.ser.bean
package tools.jackson.databind.ser.bean
-
ClassesClassDescriptionSpecialized POJO serializer that differs from
BeanSerializerin that instead of producing a JSON Object it will output a JSON Array, omitting field names, and serializing values in specified serialization order.Base class both for the standard bean serializer, and couple of variants that only differ in small details.Specialization ofBeanAsArraySerializer, optimized for handling small number of properties where calls to property handlers can be "unrolled" by eliminated looping.Variant ofBeanPropertyWriterwhich will handle unwrapping of JSON Object (including of properties of Object within surrounding JSON object, and not as sub-object).