See: Description
| Class | Description |
|---|---|
| GeometryDeserializer | |
| PositionDeserializer |
Required to handle the "Expected BEGIN_OBJECT but was BEGIN_ARRAY" error that Gson would show
otherwise.
|
| PositionSerializer |
Required to handle the special case where the altitude might be a Double.NaN, which isn't a valid
double value as per JSON specification.
|