Package org.codehaus.jackson.map.ser.impl

Contains implementation classes of serialization part of data binding.

See:
          Description

Class Summary
IndexedStringListSerializer Efficient implement for serializing Lists that contains Strings and are random-accessible.
InetAddressSerializer Simple serializer for InetAddress.
JsonSerializerMap Specialized read-only map used for storing and accessing serializers by type.
ObjectArraySerializer Generic serializer for Object arrays (Object[]).
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 instance
RawSerializer<T> This is a simple dummy serializer that will just output raw values by calling toString() on value to serialize.
ReadOnlyClassToSerializerMap Optimized lookup table for accessing two types of serializers; typed and non-typed.
SimpleBeanPropertyFilter Simple BeanPropertyFilter implementation that only uses property name to determine whether to serialize property as is, or to filter it out.
SimpleBeanPropertyFilter.FilterExceptFilter Filter implementation which defaults to filtering out unknown properties and only serializes ones explicitly listed.
SimpleBeanPropertyFilter.SerializeExceptFilter Filter implementation which defaults to serializing all properties, except for ones explicitly listed to be filtered out.
SimpleFilterProvider Simple FilterProvider implementation that just stores direct id-to-filter mapping.
StaticListSerializerBase<T extends Collection<?>> Intermediate base class for Lists, Collections and Arrays that contain static (non-dynamic) value types.
StringCollectionSerializer Efficient implement for serializing Collections that contain Strings.
TimeZoneSerializer  
 

Package org.codehaus.jackson.map.ser.impl Description

Contains implementation classes of serialization part of data binding.