public class ToStringGraphSONSerializer extends 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.JsonSerializer.Noneinstance_handledType| Constructor and Description |
|---|
ToStringGraphSONSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serializeWithType(Object value,
JsonGenerator gen,
SerializerProvider provider,
TypeSerializer typeSer) |
acceptJsonFormatVisitor, getSchema, isEmpty, isEmpty, serializecreateObjectNode, createSchemaNode, createSchemaNode, findConvertingContentSerializer, findPropertyFilter, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrowgetDelegatee, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterIdpublic void serializeWithType(Object value, JsonGenerator gen, SerializerProvider provider, TypeSerializer typeSer) throws IOException
serializeWithType in class ToStringSerializerIOException