All Known Subinterfaces:
ParsingHandler

public interface DeserializationContext
What is generated as after deserialization.
  • Method Details

    • getClassNameMap

      ClassNameResolver getClassNameMap()
    • getRootObjects

      List<Object> getRootObjects()
      The list of objects that were deserialized.
    • getWarnings

      A list of exceptions, if any, generated during deserialization that were not fatal. Will not be null, but should be empty.
    • getRootAttributes

      Map<String,String> getRootAttributes()
      A string to string map of attributes set on the root of the serialized XML document.