| java.lang.Object | |
| ↳ | org.springframework.core.serializer.DefaultSerializer |
Serializer that writes an object to an output stream using Java Serialization.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Writes the source object to an output stream using Java Serialization.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||
From interface
org.springframework.core.serializer.Serializer
| |||||||||||||
Writes the source object to an output stream using Java Serialization.
The source object must implement Serializable.
| IOException |
|---|
