jdsl.core.ref
Class SerializableObject

java.lang.Object
  extended byjdsl.core.ref.SerializableObject
All Implemented Interfaces:
Serializable

public class SerializableObject
extends Object
implements 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

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

Constructor Detail

SerializableObject

public SerializableObject()