public static class BasicStreamers.IterableStreamer extends BasicStreamers.ListStreamer
Iterable into a List.INSTANCE| Constructor and Description |
|---|
IterableStreamer() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeObject(Object object,
ObjectOutputStream out,
boolean useWriter)
Writes the supplied object to the specified stream.
|
readObjectgetCollectionClass, getStreamer, getStreamerClass, isStreamable, toStringpublic void writeObject(Object object, ObjectOutputStream out, boolean useWriter) throws IOException
Streamerobject - the instance to be written to the stream.out - the stream to which to write the instance.useWriter - whether or not to use the custom writeObject if one exists.IOExceptionCopyright © 2015. All rights reserved.