Class PrototypeKryoFactory
- java.lang.Object
-
- cn.sliew.milky.serialize.kryo.utils.AbstractKryoFactory
-
- cn.sliew.milky.serialize.kryo.utils.PrototypeKryoFactory
-
- All Implemented Interfaces:
com.esotericsoftware.kryo.pool.KryoFactory
public class PrototypeKryoFactory extends AbstractKryoFactory
-
-
Constructor Summary
Constructors Constructor Description PrototypeKryoFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.esotericsoftware.kryo.KryogetKryo()voidreturnKryo(com.esotericsoftware.kryo.Kryo kryo)-
Methods inherited from class cn.sliew.milky.serialize.kryo.utils.AbstractKryoFactory
create, registerClass, setRegistrationRequired
-
-
-
-
Method Detail
-
returnKryo
public void returnKryo(com.esotericsoftware.kryo.Kryo kryo)
- Specified by:
returnKryoin classAbstractKryoFactory
-
getKryo
public com.esotericsoftware.kryo.Kryo getKryo()
- Specified by:
getKryoin classAbstractKryoFactory
-
-