|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.core.serializer.DefaultDeserializer
public class DefaultDeserializer
Deserializer that reads an input stream using Java Serialization.
| Constructor Summary | |
|---|---|
DefaultDeserializer()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
deserialize(java.io.InputStream inputStream)
Reads the input stream and deserializes into an object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultDeserializer()
| Method Detail |
|---|
public java.lang.Object deserialize(java.io.InputStream inputStream)
throws java.io.IOException
deserialize in interface Deserializer<java.lang.Object>inputStream - the input stream
java.io.IOException - in case of errors reading from the stream
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||