public final class SerializerChain extends Object
Constructor and Description |
---|
SerializerChain()
Constructs a serializer chain.
|
Modifier and Type | Method and Description |
---|---|
void |
process(OutputStream outputStream,
Object element)
Process the output.
|
public void process(OutputStream outputStream, Object element) throws IOException
outputStream
- the output stream to write to.element
- the element to serialize.IOException
- in the case of IO error.Copyright © 2018. All rights reserved.