Closed GoogleCodeExporter closed 9 years ago
Original comment by lhori...@gmail.com
on 1 Mar 2012 at 2:57
Hello,
Any idea how to fix it in order to workaround for temp fix?
Thanks.
Original comment by rourev...@gmail.com
on 13 Mar 2012 at 4:56
The easy solution is just to create a new list:
List<Plant> list = Lists.newArrayList(ofy.load().type(Plant.class).list());
That's using Google Guava... of course you could just create the new arraylist
with a little more typing.
Original comment by lhori...@gmail.com
on 15 Mar 2012 at 7:11
Issue 133 has been merged into this issue.
Original comment by lhori...@gmail.com
on 9 Sep 2012 at 3:27
[deleted comment]
I used a dummy quickfix: created a serializable version (simply added
Serializable interface) of this class (and also of ResultNow) in my project so
these classes are loaded before Objectify's classes.
BTW: ResultNow is already serializable in the trunk, but it is not deployed
into the beta1.
Original comment by ribi...@gmail.com
on 26 Nov 2012 at 9:48
This is fixed in master... I thought it had made it into 4.0b1, but apparently
not. Next release will come soon.
Original comment by lhori...@gmail.com
on 27 Nov 2012 at 3:02
Original issue reported on code.google.com by
planad...@gmail.com
on 28 Feb 2012 at 11:00