Class PrototypeKryoProvider
- java.lang.Object
-
- cn.sliew.milky.serialize.kryo5.utils.PrototypeKryoProvider
-
- All Implemented Interfaces:
KryoProvider
public class PrototypeKryoProvider extends Object implements KryoProvider
-
-
Constructor Summary
Constructors Constructor Description PrototypeKryoProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.esotericsoftware.kryo.kryo5.Kryoget()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cn.sliew.milky.serialize.kryo5.KryoProvider
release
-
-
-
-
Method Detail
-
get
public com.esotericsoftware.kryo.kryo5.Kryo get()
- Specified by:
getin interfaceKryoProvider
-
-