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

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

Introduction

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

The text is from its open source code.

Constructor

Method

byte[]serialize(T o)
This implementation serializes the Object by using an ObjectOutputStream backed by a ByteArrayOutputStream .