Interface DeserializationContext
- All Known Subinterfaces:
- ParsingHandler
public interface DeserializationContext
What is generated as after deserialization.
- 
Method SummaryModifier and TypeMethodDescriptionA string to string map of attributes set on the root of the serialized XML document.The list of objects that were deserialized.A list of exceptions, if any, generated during deserialization that were not fatal.
- 
Method Details- 
getClassNameMapClassNameResolver getClassNameMap()
- 
getRootObjectsThe list of objects that were deserialized.
- 
getWarningsList<SerializationException> getWarnings()A list of exceptions, if any, generated during deserialization that were not fatal. Will not be null, but should be empty.
- 
getRootAttributesA string to string map of attributes set on the root of the serialized XML document.
 
-