Uses of Package
com.fasterxml.jackson.databind.ser.impl
-
Packages that use com.fasterxml.jackson.databind.ser.impl Package Description com.fasterxml.jackson.databind Basic data binding (mapping) functionality that allows for reading JSON content into Java Objects (POJOs) and JSON Trees (JsonNode
), as well as writing Java Objects and trees as JSON.com.fasterxml.jackson.databind.ser Contains implementation classes of serialization part of data binding.com.fasterxml.jackson.databind.ser.impl Contains implementation classes of serialization part of data binding.com.fasterxml.jackson.databind.ser.std -
Classes in com.fasterxml.jackson.databind.ser.impl used by com.fasterxml.jackson.databind Class Description PropertySerializerMap Helper container used for resolving serializers for dynamic (possibly but not necessarily polymorphic) properties: properties whose type is not forced to use dynamic (declared) type and that are not final.ReadOnlyClassToSerializerMap Optimized lookup table for accessing two types of serializers; typed and non-typed.WritableObjectId Simple value container used to keep track of Object Ids during serialization. -
Classes in com.fasterxml.jackson.databind.ser.impl used by com.fasterxml.jackson.databind.ser Class Description ObjectIdWriter Object that knows how to serialize Object Ids.PropertySerializerMap Helper container used for resolving serializers for dynamic (possibly but not necessarily polymorphic) properties: properties whose type is not forced to use dynamic (declared) type and that are not final.ReadOnlyClassToSerializerMap Optimized lookup table for accessing two types of serializers; typed and non-typed.WritableObjectId Simple value container used to keep track of Object Ids during serialization. -
Classes in com.fasterxml.jackson.databind.ser.impl used by com.fasterxml.jackson.databind.ser.impl Class Description AttributePropertyWriter VirtualBeanPropertyWriter
implementation used forJsonAppend
, to serialize properties backed-by dynamically assignable attribute values.BeanAsArraySerializer Specialized POJO serializer that differs fromBeanSerializer
in that instead of producing a JSON Object it will output a JSON Array, omitting field names, and serializing values in specified serialization order.IndexedListSerializer This is an optimized serializer for Lists that can be efficiently traversed by index (as opposed to others, such asLinkedList
that cannot}.IndexedStringListSerializer Efficient implement for serializingList
s that contains Strings and are random-accessible.IteratorSerializer MapEntrySerializer ObjectIdWriter Object that knows how to serialize Object Ids.PropertySerializerMap Helper container used for resolving serializers for dynamic (possibly but not necessarily polymorphic) properties: properties whose type is not forced to use dynamic (declared) type and that are not final.PropertySerializerMap.SerializerAndMapResult Value class used for returning tuple that has both serializer that was retrieved and new map instanceReadOnlyClassToSerializerMap Optimized lookup table for accessing two types of serializers; typed and non-typed.SimpleBeanPropertyFilter SimplePropertyFilter
implementation that only uses property name to determine whether to serialize property as is, or to filter it out.SimpleFilterProvider SimpleFilterProvider
implementation that just stores direct id-to-filter mapping.StringArraySerializer Standard serializer used forString[]
values.StringCollectionSerializer Efficient implement for serializingCollection
s that contain Strings.UnwrappingBeanPropertyWriter Variant ofBeanPropertyWriter
which will handle unwrapping of JSON Object (including of properties of Object within surrounding JSON object, and not as sub-object).UnwrappingBeanSerializer -
Classes in com.fasterxml.jackson.databind.ser.impl used by com.fasterxml.jackson.databind.ser.std Class Description ObjectIdWriter Object that knows how to serialize Object Ids.PropertySerializerMap Helper container used for resolving serializers for dynamic (possibly but not necessarily polymorphic) properties: properties whose type is not forced to use dynamic (declared) type and that are not final.WritableObjectId Simple value container used to keep track of Object Ids during serialization.