|
Novell exteNd Web Services SDK API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The Deserializer interface is used by objects that are
capable of deserializing a Java Object from a portable input stream.
Deserializer| Method Summary | |
Object |
deserialize(InputStream is,
Class javaType)
Deprecated. Initialize the given object from the given input stream |
| Method Detail |
public Object deserialize(InputStream is,
Class javaType)
throws IOException
is - the input stream to read object fromjavaType - the expected Java type
IOException - if an I/O exception occurred duing read
|
Novell exteNd Web Services SDK API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||