Class ShadedKryoAdapter
java.lang.Object
org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedKryoAdapter
- All Implemented Interfaces:
KryoShim<ShadedInputAdapter,ShadedOutputAdapter>
public class ShadedKryoAdapter
extends Object
implements KryoShim<ShadedInputAdapter,ShadedOutputAdapter>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TreadObject(ShadedInputAdapter input, Class<T> type) <T> TreadObjectOrNull(ShadedInputAdapter input, Class<T> type) voidwriteClassAndObject(ShadedOutputAdapter output, Object object) voidwriteObject(ShadedOutputAdapter output, Object object) voidwriteObjectOrNull(ShadedOutputAdapter output, Object object, Class type)
-
Constructor Details
-
ShadedKryoAdapter
public ShadedKryoAdapter(org.apache.tinkerpop.shaded.kryo.Kryo shadedKryo)
-
-
Method Details
-
readObject
- Specified by:
readObjectin interfaceKryoShim<ShadedInputAdapter,ShadedOutputAdapter>
-
readClassAndObject
- Specified by:
readClassAndObjectin interfaceKryoShim<ShadedInputAdapter,ShadedOutputAdapter>
-
writeObject
- Specified by:
writeObjectin interfaceKryoShim<ShadedInputAdapter,ShadedOutputAdapter>
-
writeClassAndObject
- Specified by:
writeClassAndObjectin interfaceKryoShim<ShadedInputAdapter,ShadedOutputAdapter>
-
readObjectOrNull
- Specified by:
readObjectOrNullin interfaceKryoShim<ShadedInputAdapter,ShadedOutputAdapter>
-
writeObjectOrNull
- Specified by:
writeObjectOrNullin interfaceKryoShim<ShadedInputAdapter,ShadedOutputAdapter>
-