| Package | Description |
|---|---|
| org.springframework.core.serializer |
Root package for Spring's serializer interfaces and implementations.
|
| org.springframework.core.serializer.support |
Support classes for Spring's serializer abstraction.
|
| Class and Description |
|---|
| Deserializer
A strategy interface for converting from data in an InputStream to an Object.
|
| Serializer
A strategy interface for streaming an object to an OutputStream.
|
| Class and Description |
|---|
| Deserializer
A strategy interface for converting from data in an InputStream to an Object.
|
| Serializer
A strategy interface for streaming an object to an OutputStream.
|