org.apache.myfaces.shared_tomahawk.util.serial
Class DefaultSerialFactory
java.lang.Object
   org.apache.myfaces.shared_tomahawk.util.serial.DefaultSerialFactory
org.apache.myfaces.shared_tomahawk.util.serial.DefaultSerialFactory
- All Implemented Interfaces: 
- SerialFactory
- public class DefaultSerialFactory 
- extends Object- implements SerialFactory
- Author:
- Dennis C. Byrne
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DefaultSerialFactory
public DefaultSerialFactory()
getObjectOutputStream
public ObjectOutputStream getObjectOutputStream(OutputStream outputStream)
                                         throws IOException
- 
- Specified by:
- getObjectOutputStreamin interface- SerialFactory
 
- 
- Throws:
- IOException
 
getObjectInputStream
public ObjectInputStream getObjectInputStream(InputStream inputStream)
                                       throws IOException
- 
- Specified by:
- getObjectInputStreamin interface- SerialFactory
 
- 
- Throws:
- IOException
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.