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) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Object |
readObject() |
static String |
toSimpleName(Class<?> clazz) |
public LegacyReader(InputStream in) throws IOException
IOException
public void close() throws IOException
IOException
public Object readObject() throws IOException
IOException
Copyright © 2015–2022 SciJava. All rights reserved.