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
IOException
public void close() throws IOException
IOException
public Object readObject() throws IOException
IOException
Copyright © 2009–2015 SciJava. All rights reserved.