multiverse.tests.networktests
Class TestSerialization.PointClass

java.lang.Object
  extended by multiverse.tests.networktests.TestSerialization.PointClass
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
TestSerialization

public static class TestSerialization.PointClass
extends Object
implements Externalizable

See Also:
Serialized Form

Field Summary
private  int _x
           
private  int _y
           
private  int _z
           
private static long serialVersionUID
           
 
Constructor Summary
TestSerialization.PointClass()
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_x

private int _x

_y

private int _y

_z

private int _z

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

TestSerialization.PointClass

public TestSerialization.PointClass()
Method Detail

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

toString

public String toString()
Overrides:
toString in class Object