public static class Geoshape.GeoshapeGsonSerializer extends org.apache.tinkerpop.shaded.jackson.databind.ser.std.StdSerializer<Geoshape>
| Constructor and Description |
|---|
GeoshapeGsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Geoshape value,
org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jgen,
org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider provider) |
void |
serializeWithType(Geoshape geoshape,
org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jgen,
org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider,
org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeSerializer typeSerializer) |
static String |
toGeoJson(Geoshape geoshape) |
acceptJsonFormatVisitor, createObjectNode, createSchemaNode, createSchemaNode, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrowpublic void serialize(Geoshape value, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jgen, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider provider) throws IOException, org.apache.tinkerpop.shaded.jackson.core.JsonProcessingException
serialize in class org.apache.tinkerpop.shaded.jackson.databind.ser.std.StdSerializer<Geoshape>IOExceptionorg.apache.tinkerpop.shaded.jackson.core.JsonProcessingExceptionpublic void serializeWithType(Geoshape geoshape, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jgen, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider, org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeSerializer typeSerializer) throws IOException, org.apache.tinkerpop.shaded.jackson.core.JsonProcessingException
serializeWithType in class org.apache.tinkerpop.shaded.jackson.databind.JsonSerializer<Geoshape>IOExceptionorg.apache.tinkerpop.shaded.jackson.core.JsonProcessingExceptionCopyright © 2012–2016. All rights reserved.