public class ToStringGraphSONSerializer
extends org.apache.tinkerpop.shaded.jackson.databind.ser.std.ToStringSerializer
ToStringSerializer that does not serialize types by calling
 `typeSerializer.writeTypePrefixForScalar()` for unknown objects, because it doesn't make sense when there is a
 custom types mechanism in place.| Constructor and Description | 
|---|
| ToStringGraphSONSerializer() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | serializeWithType(Object value,
                 org.apache.tinkerpop.shaded.jackson.core.JsonGenerator gen,
                 org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider provider,
                 org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeSerializer typeSer) | 
valueToStringacceptJsonFormatVisitor, getSchema, isEmpty, serialize_neitherNull, _nonEmpty, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrowpublic void serializeWithType(Object value, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator gen, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider provider, org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeSerializer typeSer) throws IOException
serializeWithType in class org.apache.tinkerpop.shaded.jackson.databind.ser.std.ToStringSerializerBaseIOExceptionCopyright © 2013–2022 Apache Software Foundation. All rights reserved.