org.apache.myfaces.shared_impl.util.serial
Interface SerialFactory
- All Known Implementing Classes: 
- DefaultSerialFactory
- public interface SerialFactory 
- Author:
- Dennis C. Byrne
 
getObjectOutputStream
java.io.ObjectOutputStream getObjectOutputStream(java.io.OutputStream outputStream)
                                                 throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
getObjectInputStream
java.io.ObjectInputStream getObjectInputStream(java.io.InputStream inputStream)
                                               throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.