public class GraphSONTypeSerializerV3d0 extends AbstractGraphSONTypeSerializer
TypeSerializer.classMap, idRes, propertyName, typeInfo, valuePropertyName| Modifier and Type | Method and Description |
|---|---|
protected Class |
getClassFromObject(Object o)
We force only **one** translation of a Java object to a domain specific object.
|
void |
writeTypePrefixForArray(Object o,
JsonGenerator jsonGenerator) |
void |
writeTypePrefixForObject(Object o,
JsonGenerator jsonGenerator) |
void |
writeTypeSuffixForArray(Object o,
JsonGenerator jsonGenerator) |
void |
writeTypeSuffixForObject(Object o,
JsonGenerator jsonGenerator) |
canWriteTypeId, forProperty, getPropertyName, getTypeIdResolver, getTypeInclusion, writeCustomTypePrefixForArray, writeCustomTypePrefixForObject, writeCustomTypePrefixForScalar, writeCustomTypeSuffixForArray, writeCustomTypeSuffixForObject, writeCustomTypeSuffixForScalar, writeTypePrefix, writeTypePrefixForScalar, writeTypeSuffix, writeTypeSuffixForScalarpublic void writeTypePrefixForObject(Object o, JsonGenerator jsonGenerator) throws IOException
writeTypePrefixForObject in class AbstractGraphSONTypeSerializerIOExceptionpublic void writeTypeSuffixForObject(Object o, JsonGenerator jsonGenerator) throws IOException
writeTypeSuffixForObject in class AbstractGraphSONTypeSerializerIOExceptionpublic void writeTypePrefixForArray(Object o, JsonGenerator jsonGenerator) throws IOException
writeTypePrefixForArray in class AbstractGraphSONTypeSerializerIOExceptionpublic void writeTypeSuffixForArray(Object o, JsonGenerator jsonGenerator) throws IOException
writeTypeSuffixForArray in class AbstractGraphSONTypeSerializerIOExceptionprotected Class getClassFromObject(Object o)
AbstractGraphSONTypeSerializergetClassFromObject in class AbstractGraphSONTypeSerializerCopyright © 2013–2017 Apache Software Foundation. All rights reserved.