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 SummaryConstructors Constructor Description ShadedKryoAdapter(org.apache.tinkerpop.shaded.kryo.Kryo shadedKryo)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectreadClassAndObject(ShadedInputAdapter input)<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)
 
- 
- 
- 
Method Detail- 
readObjectpublic <T> T readObject(ShadedInputAdapter input, Class<T> type) - Specified by:
- readObjectin interface- KryoShim<ShadedInputAdapter,ShadedOutputAdapter>
 
 - 
readClassAndObjectpublic Object readClassAndObject(ShadedInputAdapter input) - Specified by:
- readClassAndObjectin interface- KryoShim<ShadedInputAdapter,ShadedOutputAdapter>
 
 - 
writeObjectpublic void writeObject(ShadedOutputAdapter output, Object object) - Specified by:
- writeObjectin interface- KryoShim<ShadedInputAdapter,ShadedOutputAdapter>
 
 - 
writeClassAndObjectpublic void writeClassAndObject(ShadedOutputAdapter output, Object object) - Specified by:
- writeClassAndObjectin interface- KryoShim<ShadedInputAdapter,ShadedOutputAdapter>
 
 - 
readObjectOrNullpublic <T> T readObjectOrNull(ShadedInputAdapter input, Class<T> type) - Specified by:
- readObjectOrNullin interface- KryoShim<ShadedInputAdapter,ShadedOutputAdapter>
 
 - 
writeObjectOrNullpublic void writeObjectOrNull(ShadedOutputAdapter output, Object object, Class type) - Specified by:
- writeObjectOrNullin interface- KryoShim<ShadedInputAdapter,ShadedOutputAdapter>
 
 
- 
 
-