Java org.springframework.integration.codec.kryo PojoCodec fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.codec.kryo PojoCodec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.codec.kryo PojoCodec.

The text is from its open source code.

Constructor

PojoCodec(KryoRegistrar kryoRegistrar)
Create an instance with a single KryoRegistrar.
PojoCodec(List kryoRegistrars)
Create an instance with zero to many KryoRegistrars.