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.Constructor and Description |
---|
ToStringGraphSONSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
serializeWithType(Object value,
JsonGenerator gen,
SerializerProvider provider,
TypeSerializer typeSer) |
public void serializeWithType(Object value, JsonGenerator gen, SerializerProvider provider, TypeSerializer typeSer) throws IOException
IOException
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.