intarsys runtime library

de.intarsys.tools.serialize
Interface IDeserializer

All Known Implementing Classes:
BONDeserializer, CommonDeserializer

public interface IDeserializer

An IDeserializer can deserialize an object from its current state.

Multiple calls to "deserialize" may be possible.


Method Summary
 Object deserialize()
          Deserialize and return the next object from the current state.
 

Method Detail

deserialize

Object deserialize()
                   throws IOException
Deserialize and return the next object from the current state.

Returns:
The next object deserialized from the current state.
Throws:
IOException

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.