Uses of Class
org.apache.tinkerpop.gremlin.structure.io.util.CustomId
-
Packages that use CustomId Package Description org.apache.tinkerpop.gremlin.structure.io.util -
-
Uses of CustomId in org.apache.tinkerpop.gremlin.structure.io.util
Methods in org.apache.tinkerpop.gremlin.structure.io.util that return CustomId Modifier and Type Method Description CustomId
CustomId.CustomIdJacksonDeserializerV2d0. createObject(Map data)
CustomId
CustomId.CustomIdJacksonDeserializerV3d0. deserialize(org.apache.tinkerpop.shaded.jackson.core.JsonParser jsonParser, org.apache.tinkerpop.shaded.jackson.databind.DeserializationContext deserializationContext)
Methods in org.apache.tinkerpop.gremlin.structure.io.util with parameters of type CustomId Modifier and Type Method Description void
CustomId.CustomIdJacksonSerializerV1d0. serialize(CustomId customId, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider)
void
CustomId.CustomIdJacksonSerializerV2d0. serialize(CustomId customId, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider)
void
CustomId.CustomIdJacksonSerializerV3d0. serialize(CustomId customId, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider)
void
CustomId.CustomIdJacksonSerializerV1d0. serializeWithType(CustomId customId, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider, org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeSerializer typeSerializer)
void
CustomId.CustomIdJacksonSerializerV2d0. serializeWithType(CustomId customId, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider, org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeSerializer typeSerializer)
-