Uses of Class
org.apache.tinkerpop.gremlin.structure.io.gryo.ToyPoint
-
Packages that use ToyPoint Package Description org.apache.tinkerpop.gremlin.structure.io.gryo -
-
Uses of ToyPoint in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return ToyPoint Modifier and Type Method Description ToyPoint
ToyPoint.ToyPointJacksonDeSerializer. createObject(Map<String,Object> map)
<I extends InputShim>
ToyPointToyPoint.ToyPointSerializer. read(KryoShim<I,?> kryo, I input, Class<ToyPoint> toyPointClass)
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type ToyPoint Modifier and Type Method Description void
ToyPoint.ToyPointJacksonSerializer. serialize(ToyPoint toyPoint, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider)
<O extends OutputShim>
voidToyPoint.ToyPointSerializer. write(KryoShim<?,O> kryo, O output, ToyPoint toyPoint)
Method parameters in org.apache.tinkerpop.gremlin.structure.io.gryo with type arguments of type ToyPoint Modifier and Type Method Description <I extends InputShim>
ToyPointToyPoint.ToyPointSerializer. read(KryoShim<I,?> kryo, I input, Class<ToyPoint> toyPointClass)
-