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.None
instance
_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, serialize
createObjectNode, createSchemaNode, createSchemaNode, findConvertingContentSerializer, findPropertyFilter, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow
getDelegatee, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
public void serializeWithType(Object value, JsonGenerator gen, SerializerProvider provider, TypeSerializer typeSer) throws IOException
serializeWithType
in class ToStringSerializer
IOException