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
Converterthat delegates to aDeserializerto 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 aSerializerorDeserializerfailed.AConverterthat delegates to aSerializerto convert an object to a byte array.