GeoLatte / geolatte-geom

A geometry model that conforms to the OGC Simple Features for SQL specification.
Other
134 stars 63 forks source link

GeometrySerializer does not override serializeWithType #66

Closed sbrandwoo closed 3 years ago

sbrandwoo commented 6 years ago

The currently implementation of GeometrySerializer doesn't override the serializeWithType method. This has caused me some issues when trying to store geolatte objects in Redis, where the deserialization process tries to use serializeWithType to convert JSON strings back into Java objects.

Is this something that could be added?

maesenka commented 6 years ago

Yes, this could be added. Could you do a PR for this? If not, it will take some time.

In any case, I'll add a ticket for this.

maesenka commented 4 years ago

@sbrandwoo Could you check if this implementation does the job?

I haven't found a good way to test this.