Java org.springframework.core ConfigurableObjectInputStream fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.core ConfigurableObjectInputStream fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

ConfigurableObjectInputStream(InputStream in, @Nullable ClassLoader classLoader)
Create a new ConfigurableObjectInputStream for the given InputStream and ClassLoader.

Method

ObjectreadObject()
Read an object from the ObjectInputStream.