Package org.apache.myfaces.spi.impl
Class DefaultSerialFactory
- java.lang.Object
- 
- org.apache.myfaces.spi.SerialFactory
- 
- org.apache.myfaces.spi.impl.DefaultSerialFactory
 
 
- 
 public class DefaultSerialFactory extends SerialFactory 
- 
- 
Constructor SummaryConstructors Constructor Description DefaultSerialFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectInputStreamgetObjectInputStream(InputStream inputStream)protected ObjectOutputStreamgetObjectOutputStream(OutputStream outputStream)- 
Methods inherited from class org.apache.myfaces.spi.SerialFactorytoByteArray, toObject
 
- 
 
- 
- 
- 
Method Detail- 
getObjectOutputStreamprotected ObjectOutputStream getObjectOutputStream(OutputStream outputStream) throws IOException - Specified by:
- getObjectOutputStreamin class- SerialFactory
- Throws:
- IOException
 
 - 
getObjectInputStreamprotected ObjectInputStream getObjectInputStream(InputStream inputStream) throws IOException - Specified by:
- getObjectInputStreamin class- SerialFactory
- Throws:
- IOException
 
 
- 
 
-