Package org.springframework.core.serializer
@NullMarked
package org.springframework.core.serializer
Root package for Spring's serializer interfaces and implementations.
Provides an abstraction over various serialization techniques.
Includes exceptions for serialization and deserialization failures.
-
ClassDescriptionA default
Deserializerimplementation that reads an input stream using Java serialization.ASerializerimplementation that writes an object to an output stream using Java serialization.Deserializer<T>A strategy interface for converting from data in an InputStream to an Object.Serializer<T>A strategy interface for streaming an object to an OutputStream.