public class DefaultSerialFactory extends Object implements SerialFactory
| Constructor and Description | 
|---|
| DefaultSerialFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| ObjectInputStream | getObjectInputStream(InputStream inputStream) | 
| ObjectOutputStream | getObjectOutputStream(OutputStream outputStream) | 
public ObjectOutputStream getObjectOutputStream(OutputStream outputStream) throws IOException
getObjectOutputStream in interface SerialFactoryIOExceptionpublic ObjectInputStream getObjectInputStream(InputStream inputStream) throws IOException
getObjectInputStream in interface SerialFactoryIOExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.