| 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  | DefaultSerializerA  Serializerimplementation that writes an object to an output stream
 using Java serialization. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SerializationDelegateA convenient delegate with pre-arranged configuration state for common
 serialization needs. | 
| Constructor and Description | 
|---|
| SerializationDelegate(Serializer<Object> serializer,
                     Deserializer<Object> deserializer)Create a  SerializationDelegatewith the given serializer/deserializer. | 
| SerializingConverter(Serializer<Object> serializer)Create a  SerializingConverterthat delegates to the providedSerializer. |