org.acme
Class One
java.lang.Object
org.acme.One
- All Implemented Interfaces:
- Externalizable, Serializable
public class One
- extends Object
- implements Externalizable
- Version:
- $Rev: 469417 $ $Date: 2006-10-31 03:50:58 -0500 (Tue, 31 Oct 2006) $
- See Also:
- Serialized Form
Constructor Summary |
One()
|
One
public One()
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
Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.