multiverse.tests.networktests
Class TestSerialization.BaseClass
java.lang.Object
multiverse.tests.networktests.TestSerialization.BaseClass
- All Implemented Interfaces:
- Externalizable, Serializable
- Direct Known Subclasses:
- TestSerialization.DerivedClass1
- Enclosing class:
- TestSerialization
public static class TestSerialization.BaseClass
- extends Object
- implements Externalizable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
foo
public transient int foo
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
TestSerialization.BaseClass
public TestSerialization.BaseClass()
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
ClassNotFoundException
readObjectUtility
public static void readObjectUtility(ObjectInput in,
TestSerialization.BaseClass instance)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException
writeObjectUtility
public static void writeObjectUtility(ObjectOutput out,
TestSerialization.BaseClass instance)
throws IOException
- Throws:
IOException