Uses of Class
org.codehaus.jackson.map.jsontype.impl.AsArrayTypeSerializer

Packages that use AsArrayTypeSerializer
org.codehaus.jackson.map.jsontype.impl Package that contains standard implementations for TypeResolverBuilder and org.codehaus.jackson.map.jsontype.JsonTypeResolver it can construct. 
 

Uses of AsArrayTypeSerializer in org.codehaus.jackson.map.jsontype.impl
 

Subclasses of AsArrayTypeSerializer in org.codehaus.jackson.map.jsontype.impl
 class AsPropertyTypeSerializer
          Type serializer that preferably embeds type information as an additional JSON Object property, if possible (when resulting serialization would use JSON Object).