Class CustomId.CustomIdJacksonSerializerV3

java.lang.Object
org.apache.tinkerpop.shaded.jackson.databind.JsonSerializer<T>
org.apache.tinkerpop.shaded.jackson.databind.ser.std.StdSerializer<T>
org.apache.tinkerpop.shaded.jackson.databind.ser.std.StdScalarSerializer<CustomId>
org.apache.tinkerpop.gremlin.structure.io.util.CustomId.CustomIdJacksonSerializerV3
All Implemented Interfaces:
Serializable, org.apache.tinkerpop.shaded.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, org.apache.tinkerpop.shaded.jackson.databind.jsonschema.SchemaAware
Enclosing class:
CustomId

public static class CustomId.CustomIdJacksonSerializerV3 extends org.apache.tinkerpop.shaded.jackson.databind.ser.std.StdScalarSerializer<CustomId>
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.tinkerpop.shaded.jackson.databind.JsonSerializer

    org.apache.tinkerpop.shaded.jackson.databind.JsonSerializer.None
  • Field Summary

    Fields inherited from class org.apache.tinkerpop.shaded.jackson.databind.ser.std.StdSerializer

    _handledType
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize(CustomId customId, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider)
     

    Methods inherited from class org.apache.tinkerpop.shaded.jackson.databind.ser.std.StdScalarSerializer

    acceptJsonFormatVisitor, getSchema, serializeWithType

    Methods inherited from class org.apache.tinkerpop.shaded.jackson.databind.ser.std.StdSerializer

    _neitherNull, _nonEmpty, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow

    Methods inherited from class org.apache.tinkerpop.shaded.jackson.databind.JsonSerializer

    getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomIdJacksonSerializerV3

      public CustomIdJacksonSerializerV3()
  • Method Details

    • serialize

      public void serialize(CustomId customId, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider) throws IOException, org.apache.tinkerpop.shaded.jackson.core.JsonGenerationException
      Specified by:
      serialize in class org.apache.tinkerpop.shaded.jackson.databind.ser.std.StdSerializer<CustomId>
      Throws:
      IOException
      org.apache.tinkerpop.shaded.jackson.core.JsonGenerationException