Package org.springframework.core.serializer.support
@NonNullApi
@NonNullFields
package org.springframework.core.serializer.support
Support classes for Spring's serializer abstraction.
Includes adapters to the Converter SPI.
-
ClassDescriptionA
Converter
that delegates to aDeserializer
to convert data in a byte array to an object.A convenient delegate with pre-arranged configuration state for common serialization needs.Wrapper for the native IOException (or similar) when aSerializer
orDeserializer
failed.AConverter
that delegates to aSerializer
to convert an object to a byte array.