public class SerialiserFactoryKryoImpl extends Object implements SerialiserFactory
| Constructor and Description |
|---|
SerialiserFactoryKryoImpl()
Default constructor
|
SerialiserFactoryKryoImpl(Map<Class,com.esotericsoftware.kryo.Serializer> serializers,
Map<Class,Converter> converters)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(com.esotericsoftware.kryo.Kryo kryo)
Configure the pooled kryo instance
|
Serialiser |
getDefaultSerialiser() |
protected com.esotericsoftware.kryo.pool.KryoPool |
getPool()
Get a new pool for kryo instances
|
Serialiser |
getSerialiser(Class cls) |
public Serialiser getDefaultSerialiser()
getDefaultSerialiser in interface SerialiserFactorypublic Serialiser getSerialiser(Class cls)
getSerialiser in interface SerialiserFactoryprotected com.esotericsoftware.kryo.pool.KryoPool getPool()
protected void configure(com.esotericsoftware.kryo.Kryo kryo)
kryo - Copyright © 2007-2019 Ikasan. All Rights Reserved.