Interface SerializableObjectFactory
-
- All Superinterfaces:
Serializable
public interface SerializableObjectFactory extends Serializable
An interface that creates an Object that was serialized using IndirectlySerializable- Author:
- Mahesh Kannan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectcreateObject()
-
-
-
Method Detail
-
createObject
Object createObject() throws IOException
- Throws:
IOException
-
-