public class DefaultDeserializer extends java.lang.Object implements Deserializer<java.lang.Object>
| Constructor and Description |
|---|
DefaultDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
deserialize(java.io.InputStream inputStream)
Reads the input stream and deserializes into an object.
|
public java.lang.Object deserialize(java.io.InputStream inputStream)
throws java.io.IOException
deserialize in interface Deserializer<java.lang.Object>inputStream - the input streamjava.io.IOException - in case of errors reading from the stream