jBrokerTM Web 2.0

com.sssw.jbroker.web.mapping
Interface Deserializer

All Known Subinterfaces:
Marshaler

Deprecated. As of jBroker Web 2.0

public interface Deserializer

The Deserializer interface is used by objects that are capable of deserializing a Java Object from a portable input stream.

See Also:
Deserializer

Method Summary
 Object deserialize(InputStream is, Class javaType)
          Deprecated. Initialize the given object from the given input stream
 

Method Detail

deserialize

public Object deserialize(InputStream is,
                          Class javaType)
                   throws IOException
Deprecated. 
Initialize the given object from the given input stream
Parameters:
is - the input stream to read object from
javaType - the expected Java type
Returns:
a newly created object initialized from stream
Throws:
IOException - if an I/O exception occurred duing read

jBrokerTM Web 2.0

jBroker is a registered trademark of SilverStream Software, Inc.
Copyright © 2001-2002 SilverStream Software, Inc. All Rights Reserved.