Package uk.org.ogsadai.common.serializer

This package provides classes and interfaces supporting serialization and deserialization of Java objects into XML via Apache Axis classes.

See:
          Description

Class Summary
SerializerUtils A set of useful methods related to serialization, deserialization and building and parsing SOAP messages.
 

Exception Summary
DAISerializationException Exception thrown when there is a serialization problem.
DAIUnregisteredSerializationException Exception thrown when there is no deserializer for an XML message fragment.
DAIUnsupportedSerializationException Exception thrown when the type of an XML message fragment is unsupported.
 

Package uk.org.ogsadai.common.serializer Description

This package provides classes and interfaces supporting serialization and deserialization of Java objects into XML via Apache Axis classes.