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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDeserializer
A default
Deserializer implementation that reads an input stream
using Java serialization. |
Modifier and Type | Class and Description |
---|---|
class |
SerializationDelegate
A convenient delegate with pre-arranged configuration state for common
serialization needs.
|
Constructor and Description |
---|
DeserializingConverter(Deserializer<Object> deserializer)
Create a
DeserializingConverter that delegates to the provided Deserializer . |
SerializationDelegate(Serializer<Object> serializer,
Deserializer<Object> deserializer)
Create a
SerializationDelegate with the given serializer/deserializer. |