public interface SerialFactory
| Modifier and Type | Method and Description | 
|---|---|
| ObjectInputStream | getObjectInputStream(InputStream inputStream) | 
| ObjectOutputStream | getObjectOutputStream(OutputStream outputStream) | 
ObjectOutputStream getObjectOutputStream(OutputStream outputStream) throws IOException
IOExceptionObjectInputStream getObjectInputStream(InputStream inputStream) throws IOException
IOExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.