| 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 |
DefaultSerializer
Serializer that writes an object to an output stream using Java Serialization.
|
| Constructor and Description |
|---|
SerializingConverter(Serializer<Object> serializer)
Create a SerializingConverter that delegates to the provided
Serializer |
Copyright © 2015. All rights reserved.