Uses of Class
org.codehaus.jackson.map.ser.MapSerializer

Packages that use MapSerializer
org.codehaus.jackson.map.ser Contains implementation classes of serialization part of data binding. 
 

Uses of MapSerializer in org.codehaus.jackson.map.ser
 

Fields in org.codehaus.jackson.map.ser declared as MapSerializer
static MapSerializer MapSerializer.instance
          Default instance that can be used for Map types that have no specific custom annotations.
 

Methods in org.codehaus.jackson.map.ser that return MapSerializer
static MapSerializer MapSerializer.construct(String[] ignoredList, JavaType mapType, boolean staticValueType, TypeSerializer vts)
          Factory method used to construct Map serializers.