FileDocCategorySizeDatePackage
IndirectlySerializable.javaAPI DocGlassfish v2 API2881Fri May 04 22:33:12 BST 2007com.sun.ejb.spi.io

IndirectlySerializable

public interface IndirectlySerializable implements com.sun.enterprise.spi.io.BaseIndirectlySerializable
An interface that allows Non-Serializable objects to be persisted. Any non serializable object that needs to be persisted needs to implement this interface. The getSerializableObjectFactory() method will be called to get a SerilizableObjectFactory that can be persisted. The SerializableObjectFactory can later be de-serialized and the createObject() will be invoked to get the original Non-Serializable object. It is assumed that the SerializableObjectFactory contains enough data that can be used to restore the original state of the object that existed at the time of Serilization
author
Mahesh Kannan

Fields Summary
Constructors Summary
Methods Summary
public SerializableObjectFactorygetSerializableObjectFactory()