org.apache.myfaces.shared_orchestra.util.serial
Class DefaultSerialFactory
java.lang.Object
org.apache.myfaces.shared_orchestra.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:
getObjectOutputStream
in interface SerialFactory
- Throws:
IOException
getObjectInputStream
public ObjectInputStream getObjectInputStream(InputStream inputStream)
throws IOException
- Specified by:
getObjectInputStream
in interface SerialFactory
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.