public abstract static class BasicStreamers.BasicStreamer extends Streamer
| Constructor and Description |
|---|
BasicStreamer() |
| Modifier and Type | Method and Description |
|---|---|
void |
readObject(Object object,
ObjectInputStream in,
boolean useReader)
Reads and populates the fields of the supplied object from the specified stream.
|
createObject, getCollectionClass, getStreamer, getStreamerClass, isStreamable, toString, writeObjectpublic void readObject(Object object, ObjectInputStream in, boolean useReader) throws IOException, ClassNotFoundException
StreamerreadObject in class Streamerobject - the instance to be read from the stream.in - the stream from which to read the instance.useReader - whether or not to use the custom readObject if one exists.IOExceptionClassNotFoundExceptionCopyright © 2015. All rights reserved.