| java.lang.Object | |
| ↳ | org.springframework.core.serializer.DefaultDeserializer |
Deserializer that reads an input stream using Java Serialization.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Reads the input stream and deserializes into an object.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||
From interface
org.springframework.core.serializer.Deserializer
| |||||||||||||
Reads the input stream and deserializes into an object.
| inputStream | the input stream |
|---|
| IOException |
|---|
