Java org.springframework.core.serializer.support DeserializingConverter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.core.serializer.support DeserializingConverter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.core.serializer.support DeserializingConverter.

The text is from its open source code.

Constructor

DeserializingConverter()
Create a DeserializingConverter with default java.io.ObjectInputStream configuration, using the "latest user-defined ClassLoader".
DeserializingConverter(ClassLoader classLoader)
Create a DeserializingConverter for using an java.io.ObjectInputStream with the given ClassLoader .
DeserializingConverter(Deserializer deserializer)
Create a DeserializingConverter that delegates to the provided Deserializer .