Uses of Class
com.fasterxml.jackson.databind.ser.Serializers.Base
-
Packages that use Serializers.Base Package Description com.fasterxml.jackson.databind.ext Contains extended support for "external" packages: things that may or may not be present in runtime environment, but that are commonly enough used so that explicit support can be added.com.fasterxml.jackson.databind.module Package that contains classes and interfaces to help implement custom extensionModules (which are registered usingObjectMapper.registerModule(com.fasterxml.jackson.databind.Module). -
-
Uses of Serializers.Base in com.fasterxml.jackson.databind.ext
Subclasses of Serializers.Base in com.fasterxml.jackson.databind.ext Modifier and Type Class Description classCoreXMLSerializersProvider for serializers of XML types that are part of full JDK 1.5, but that some alleged 1.5 platforms are missing (Android, GAE). -
Uses of Serializers.Base in com.fasterxml.jackson.databind.module
Subclasses of Serializers.Base in com.fasterxml.jackson.databind.module Modifier and Type Class Description classSimpleSerializersSimple implementationSerializerswhich allows registration of serializers based on raw (type erased class).
-