Package org.apache.myfaces.spi.impl
Class DefaultSerialFactory
- java.lang.Object
-
- org.apache.myfaces.spi.impl.DefaultSerialFactory
-
- All Implemented Interfaces:
SerialFactory
public class DefaultSerialFactory extends Object implements SerialFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultSerialFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectInputStream
getObjectInputStream(InputStream inputStream)
ObjectOutputStream
getObjectOutputStream(OutputStream outputStream)
-
-
-
Method Detail
-
getObjectOutputStream
public ObjectOutputStream getObjectOutputStream(OutputStream outputStream) throws IOException
- Specified by:
getObjectOutputStream
in interfaceSerialFactory
- Throws:
IOException
-
getObjectInputStream
public ObjectInputStream getObjectInputStream(InputStream inputStream) throws IOException
- Specified by:
getObjectInputStream
in interfaceSerialFactory
- Throws:
IOException
-
-