Closed GoogleCodeExporter closed 9 years ago
Sorry, this behaviour occurs with Ofy 4.0a3 and 4.0.a4 jars at
http://code.google.com/p/objectify-appengine/source/browse/com/googlecode/object
ify/objectify/4.0a4/objectify-4.0a4.jar?repo=maven
Original comment by hiri...@gmail.com
on 8 Sep 2012 at 9:23
Ok.... If you see Issue 120: ResultProxy not serializable....
You can solve this, just creating new instance of ArrayList.
Be carefull, because this behaviour occurs only when you obtain an Array List
from query.keys().
CacheManager.put(cacheKey, new ArrayList<PostalCode>(postalCodeKeyList), 500,
CacheAPI.NAMESPACE_LOCATION);
Original comment by hiri...@gmail.com
on 8 Sep 2012 at 11:35
At some point we need to figure out how to get proxies to auto-serialize to
arraylist. Merging this into the previous issue.
Original comment by lhori...@gmail.com
on 9 Sep 2012 at 3:27
Original issue reported on code.google.com by
hiri...@gmail.com
on 7 Sep 2012 at 9:40