public class XmlDeserializer
extends java.lang.Object
| Constructor and Description |
|---|
XmlDeserializer(java.io.InputStream is)
Constructor.
|
XmlDeserializer(java.lang.String filename)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
readObject()
This method returns the object that has been deserialized.
|
public XmlDeserializer(java.lang.String filename)
throws java.io.FileNotFoundException
filename - the file from which the object is deserializedjava.io.FileNotFoundExceptionpublic XmlDeserializer(java.io.InputStream is)
is - an InputStream instance from which the object is deserializedjava.io.FileNotFoundExceptionpublic java.lang.Object readObject()
throws XmlMarshallException
XmlMarshallException