Java org.apache.shiro.io Serializer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.io Serializer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.io Serializer.

The text is from its open source code.

Method

Tdeserialize(byte[] serialized)
Converts the specified raw byte[] array back into an original Object form.
byte[]serialize(T o)
Converts the specified Object into a byte[] array.