nz.ac.waikato.jdsl.core.ref
Class SerializableObject

java.lang.Object
  extended by nz.ac.waikato.jdsl.core.ref.SerializableObject
All Implemented Interfaces:
java.io.Serializable

public class SerializableObject
extends java.lang.Object
implements java.io.Serializable

An object which can be used as a key for decorations, but which is Serializable. This is completely useless, except that if you use it for keys, you can then serialize the data structure and its decorations.

Version:
JDSL 2.1.1
Author:
Benoit Hudson
See Also:
Serialized Form

Constructor Summary
SerializableObject()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableObject

public SerializableObject()


Copyright © 2009 ModelJUnit Project. All Rights Reserved.