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>
IOException
com.fasterxml.jackson.core.JsonProcessingException
public Class<PackedCoordinateSequence> handledType()
handledType
in class com.fasterxml.jackson.databind.JsonSerializer<PackedCoordinateSequence>
Copyright © 2019. All rights reserved.