public class LegacyReader extends Object
For backwards-compatibility with SezPoz, this reader falls back to a custom deserializer designed to gracefully handle serialized classes even when the current class path library is incompatible with the one used to serialize the data.
| Constructor and Description |
|---|
LegacyReader(InputStream in) |
public LegacyReader(InputStream in) throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionpublic Object readObject() throws IOException
IOExceptionCopyright © 2009–2015 SciJava. All rights reserved.