X - Type of x coordinateY - Type of y coordinateZ - Type of z coordinatepublic class ThreeDimensionalCoordinateSerializer<X,Y,Z> extends com.fasterxml.jackson.databind.JsonSerializer<ThreeDCoordinate<X,Y,Z>>
| Constructor and Description |
|---|
ThreeDimensionalCoordinateSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(ThreeDCoordinate<X,Y,Z> value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
public ThreeDimensionalCoordinateSerializer()
public void serialize(ThreeDCoordinate<X,Y,Z> 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<ThreeDCoordinate<X,Y,Z>>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2016. All rights reserved.