public class DefaultSerialFactory extends SerialFactory
Constructor and Description |
---|
DefaultSerialFactory() |
Modifier and Type | Method and Description |
---|---|
protected ObjectInputStream |
getObjectInputStream(InputStream inputStream) |
protected ObjectOutputStream |
getObjectOutputStream(OutputStream outputStream) |
toByteArray, toObject
protected ObjectOutputStream getObjectOutputStream(OutputStream outputStream) throws IOException
getObjectOutputStream
in class SerialFactory
IOException
protected ObjectInputStream getObjectInputStream(InputStream inputStream) throws IOException
getObjectInputStream
in class SerialFactory
IOException
Copyright © 2022 The Apache Software Foundation. All rights reserved.