davidmoten / grumpy

OGC WMS server allowing custom rendered layers in java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do you think about using "implement Serializable" at Poisition Class

rivergod opened this issue · comments

Thanks to your geo library.

To use memcached, redis or etc. those class have to implement serialization.
For example, my system - it is using geohash and caching poisition in memcached - need to serialize Position class..
how do you think about this?