public class PackedCoordinateSequenceSerializer extends com.fasterxml.jackson.databind.JsonSerializer<PackedCoordinateSequence>
| Constructor and Description |
|---|
PackedCoordinateSequenceSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Class<PackedCoordinateSequence> |
handledType() |
void |
serialize(PackedCoordinateSequence value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public void serialize(PackedCoordinateSequence value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<PackedCoordinateSequence>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionpublic Class<PackedCoordinateSequence> handledType()
handledType in class com.fasterxml.jackson.databind.JsonSerializer<PackedCoordinateSequence>Copyright © 2018. All rights reserved.