Java org.springframework.util SerializationUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.util SerializationUtils fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

Objectdeserialize(@Nullable byte[] bytes)
Deserialize the byte array into an object.
byte[]serialize(@Nullable Object object)
Serialize the given object to a byte array.