Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.core.serializer Classes and Interfaces - 7 results found.
NameDescriptionTypePackageFramework
DefaultDeserializerA default Deserializer implementation that reads an input streamusing Java serialization.Classorg.springframework.core.serializerSpring MVC
DefaultSerializerA Serializer implementation that writes an object to an output streamusing Java serialization.Classorg.springframework.core.serializerSpring MVC
DeserializerA strategy interface for converting from data in an InputStream to an Object.Interfaceorg.springframework.core.serializerSpring MVC
DeserializingConverterA Converter that delegates to ato convert data in a byte array to an object.Classorg.springframework.core.serializer.supportSpring MVC
SerializationFailedExceptionWrapper for the native IOException (or similar) when aDeserializer failed.Classorg.springframework.core.serializer.supportSpring MVC
SerializerA strategy interface for streaming an object to an OutputStream.Interfaceorg.springframework.core.serializerSpring MVC
SerializingConverterA Converter that delegates to ato convert an object to a byte array.Classorg.springframework.core.serializer.supportSpring MVC