Package org.apache.myfaces.spi
Interface SerialFactory
-
- All Known Implementing Classes:
DefaultSerialFactory
public interface SerialFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectInputStream
getObjectInputStream(InputStream inputStream)
ObjectOutputStream
getObjectOutputStream(OutputStream outputStream)
-
-
-
Method Detail
-
getObjectOutputStream
ObjectOutputStream getObjectOutputStream(OutputStream outputStream) throws IOException
- Throws:
IOException
-
getObjectInputStream
ObjectInputStream getObjectInputStream(InputStream inputStream) throws IOException
- Throws:
IOException
-
-