public interface ObjectSerializer<O>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ObjectSerializer.PrimitivIOObjectSerializer<O>
Implementation of ObjectSerializer for objects supporting PrimitivIO based serialization.
|
| Modifier and Type | Method and Description |
|---|---|
cc.redberry.pipe.OutputPort<O> |
read(InputStream stream) |
void |
write(Collection<O> data,
OutputStream stream)
Implementation may close stream.
|
void write(Collection<O> data, OutputStream stream)
data - objectsstream - output streamcc.redberry.pipe.OutputPort<O> read(InputStream stream)
Copyright © 2018. All rights reserved.