Package com.mchange.v2.ser
Interface IndirectlySerialized
-
- All Superinterfaces:
java.io.Serializable
public interface IndirectlySerialized extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetObject()java.lang.ObjectgetObject(PropertiesConfig pcfg)
-
-
-
Method Detail
-
getObject
java.lang.Object getObject() throws java.lang.ClassNotFoundException, java.io.IOException- Throws:
java.lang.ClassNotFoundExceptionjava.io.IOException
-
getObject
java.lang.Object getObject(PropertiesConfig pcfg) throws java.lang.ClassNotFoundException, java.io.IOException
- Throws:
java.lang.ClassNotFoundExceptionjava.io.IOException
-
-