public interface IDeserializer
IDeserializer can deserialize an object from its current state.
Multiple calls to "deserialize" may be possible.
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize()
Deserialize and return the next object from the current state.
|
Object deserialize() throws IOException
IOExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.