Package org.springframework.core.serializer.support
Support classes for Spring's serializer abstraction.
See: Description
-
Class Summary Class Description DeserializingConverter AConverter
that delegates to aDeserializer
to convert data in a byte array to an object.SerializingConverter AConverter
that delegates to aSerializer
to convert an object to a byte array. -
Exception Summary Exception Description SerializationFailedException Wrapper for the native IOException (or similar) when aSerializer
orDeserializer
failed.
Package org.springframework.core.serializer.support Description
Support classes for Spring's serializer abstraction. Includes adapters to the Converter SPI.