org.apache.myfaces.shared_orchestra.util.serial
Interface SerialFactory

All Known Implementing Classes:
DefaultSerialFactory

public interface SerialFactory

Author:
Dennis C. Byrne

Method Summary
 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


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.