Package org.glassfish.common.util
Interface ObjectInputOutputStreamFactory
- All Known Implementing Classes:
NonOSGiObjectInputOutputStreamFactoryImpl,OSGiObjectInputOutputStreamFactoryImpl
public interface ObjectInputOutputStreamFactory
- Author:
- Sanjeeb.Sahoo@Sun.COM
-
Method Summary
Modifier and TypeMethodDescriptionvoidannotateClass(ObjectOutputStream out, Class<?> cl) Class<?> resolveClass(ObjectInputStream in, ObjectStreamClass desc)
-
Method Details
-
createObjectInputStream
- Throws:
IOException
-
createObjectOutputStream
- Throws:
IOException
-
resolveClass
Class<?> resolveClass(ObjectInputStream in, ObjectStreamClass desc) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-
annotateClass
- Throws:
IOException
-