de.javakaffee.web.msm.serializer
Class TestClasses.MyXMLSerializable
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XML
protected static final javolution.xml.XMLFormat<TestClasses.MyXMLSerializable> XML
TestClasses.MyXMLSerializable
public TestClasses.MyXMLSerializable(Runtime runtime)
getRuntime
public Runtime getRuntime()
Copyright © 2009-2012. All Rights Reserved.