de.javakaffee.web.msm.serializer
Class TestClasses.MyXMLSerializable

java.lang.Object
  extended by de.javakaffee.web.msm.serializer.TestClasses.MyXMLSerializable
All Implemented Interfaces:
Serializable, javolution.xml.XMLSerializable
Enclosing class:
TestClasses

public static class TestClasses.MyXMLSerializable
extends Object
implements javolution.xml.XMLSerializable

A class with a transient field that must be initialized after deserialization, this is a way to test if the XMLFormat defined in this XMLSerializable implementation is used and if XMLSerializable is honored at all.

See Also:
Serialized Form

Field Summary
protected static javolution.xml.XMLFormat<TestClasses.MyXMLSerializable> XML
           
 
Constructor Summary
TestClasses.MyXMLSerializable(Runtime runtime)
           
 
Method Summary
 Runtime getRuntime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML

protected static final javolution.xml.XMLFormat<TestClasses.MyXMLSerializable> XML
Constructor Detail

TestClasses.MyXMLSerializable

public TestClasses.MyXMLSerializable(Runtime runtime)
Method Detail

getRuntime

public Runtime getRuntime()


Copyright © 2009-2012. All Rights Reserved.