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
Deserializer that reads an input stream using Java Serialization.
|
Constructor and Description |
---|
DeserializingConverter(Deserializer<Object> deserializer)
Create a DeserializingConverter that delegates to the provided
Deserializer . |
Copyright © 2015. All rights reserved.