Package org.simpleframework.xml.core


package org.simpleframework.xml.core
  • Class
    Description
    The AttributeException is used to represent conditions when an XML attribute is in an invalid state.
    The Commit annotation is used to mark a method within a serializable object that requires a callback from the persister once the deserialization completes.
    The Complete annotation is used to mark a method that requires a callback from the persister once the serialization of the object has completed.
    The ConstructorException is used to represent any errors where an annotated constructor parameter is invalid.
    The ElementException is used to represent conditions when an XML element is in an invalid state.
    The InstantiationException is thrown when an object cannot be instantiated either because it is an abstract class or an interface.
    The MethodException is used to represent conditions where a Java Bean property has been annotated incorrectly.
    The PathException is thrown when there is a problem with the syntax of an XPath expression.
    The Persist annotation is used to mark a method that requires a callback from the persister before serialization of an object begins.
    The PersistenceException is thrown when there is a persistance exception.
    The Persister object is used to provide an implementation of a serializer.
    The Replace method is used to replace an object that is about to be serialized to an XML document.
    The Resolve method is used to resolve an object that has been deserialized from the XML document.
    The RootException is thrown if the Root annotation is missing from a root object that is to be serialized or deserialized.
    The TextException is used to represent conditions when an XML element text value is in an invalid state.
    The UnionException is thrown when there is an error associated with unions.
    The Validate annotation is used to mark a method in a serializable object that requires a callback from the persister once the deserialization completes.
    The ValueRequiredException is thrown when an attribute or element is missing from the XML document.