Uses of Package
tools.jackson.databind.ser.bean
Packages that use tools.jackson.databind.ser.bean
Package
Description
Contains implementation classes of serialization part of
data binding.
-
Classes in tools.jackson.databind.ser.bean used by tools.jackson.databind.serClassDescriptionBase class both for the standard bean serializer, and couple of variants that only differ in small details.
-
Classes in tools.jackson.databind.ser.bean used by tools.jackson.databind.ser.beanClassDescriptionSpecialized 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).