com.fasterxml.jackson.databind.ext

Class CoreXMLSerializers

  • All Implemented Interfaces:
    Provider<Map.Entry<Class<?>,JsonSerializer<?>>>


    public class CoreXMLSerializers
    extends Object
    implements Provider<Map.Entry<Class<?>,JsonSerializer<?>>>
    Provider for serializers of XML types that are part of full JDK 1.5, but that some alleged 1.5 platforms are missing (Android, GAE). And for this reason these are added using more dynamic mechanism.

    Note: since many of classes defined are abstract, caller must take care not to just use straight equivalency check but rather consider subclassing as well.

Copyright © 2012-2013 FasterXML. All Rights Reserved.