Skip navigation links


org.identityconnectors.framework.common.serializer
Interface BinaryObjectDeserializer


public interface BinaryObjectDeserializer

Interface for reading objects from a stream.


Method Summary
 void close()
          Closes the underlying stream
 java.lang.Object readObject()
          Reads the next object from the stream.

 

Method Detail

readObject

java.lang.Object readObject()
Reads the next object from the stream. Throws a wrapped EOFException if end of stream is reached.
Returns:
The next object from the stream.

close

void close()
Closes the underlying stream

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.