I have an object I am trying to save with the Key-Value Store but it fails serialization, I think this is due to it containing a bounding box , (being a list of doubles (lat,lng, lat lng))
The project also contains other classes with lists of coordinates which I am looking to save ,so Im looking...