korat.utils.io
Interface IDeserializer

All Known Implementing Classes:
SimpleDeserializer

public interface IDeserializer

Author:
Sasa Misailovic

Method Summary
 Object readObject()
          Reads next object from the stream.
 

Method Detail

readObject

Object readObject()
Reads next object from the stream. If the stream is closed or there are no more objects to read from the stream null is returned