See: Description
Class | Description |
---|---|
CoreXMLDeserializers |
Container deserializers that handle "core" XML types: ones included in standard
JDK 1.5.
|
CoreXMLDeserializers.Std |
Combo-deserializer that supports deserialization of somewhat optional
javax.xml types
QName , Duration and XMLGregorianCalendar . |
CoreXMLSerializers |
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).
|
CoreXMLSerializers.XMLGregorianCalendarSerializer | |
DOMDeserializer<T> |
Base for serializers that allows parsing DOM Documents from JSON Strings.
|
DOMDeserializer.DocumentDeserializer | |
DOMDeserializer.NodeDeserializer | |
DOMSerializer | |
Java7Handlers |
To support Java7-incomplete platforms, we will offer support for JDK 7
datatype(s) (that is,
Path through this class, loaded
dynamically; if loading fails, support will be missing. |
Java7HandlersImpl | |
Java7Support |
To support Java7-incomplete platforms, we will offer support for JDK 7
annotations through this class, loaded dynamically; if loading fails,
support will be missing.
|
Java7SupportImpl | |
NioPathDeserializer | |
NioPathSerializer | |
OptionalHandlerFactory |
Helper class used for isolating details of handling optional+external types
(javax.xml classes) from standard factories that offer them.
|
SqlBlobSerializer |
Serializer implementation for
Blob to write as binary
(for JSON and other formats Base64-encoded String, for binary formats as
true binary). |
Currently supported extensions include:
Copyright © 2008–2021 FasterXML. All rights reserved.