Class ObjectSerializerKryo
java.lang.Object
org.aksw.commons.store.object.path.impl.ObjectSerializerKryo
- All Implemented Interfaces:
ObjectSerializer
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedObjectSerializerKryo(com.esotericsoftware.kryo.pool.KryoPool kryoPool) -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectSerializerKryocreate(com.esotericsoftware.kryo.pool.KryoPool kryoPool) read(InputStream in) voidwrite(OutputStream out, Object obj)
-
Field Details
-
kryoPool
protected com.esotericsoftware.kryo.pool.KryoPool kryoPool
-
-
Constructor Details
-
ObjectSerializerKryo
protected ObjectSerializerKryo(com.esotericsoftware.kryo.pool.KryoPool kryoPool)
-
-
Method Details
-
create
-
write
- Specified by:
writein interfaceObjectSerializer- Throws:
IOException
-
read
- Specified by:
readin interfaceObjectSerializer- Throws:
IOException
-