Closed GoogleCodeExporter closed 9 years ago
Further I am using Kryo for Android app,so how could I efficiently use this
library to store and retrieve ArrayList with custom objects
Original comment by sant...@braindigit.com
on 22 Dec 2012 at 7:20
[deleted comment]
Further I continuously get this
12-22 13:10:55.484: E/dalvikvm(18579): Could not find class
'com.esotericsoftware.reflectasm.FieldAccess', referenced from method
com.esotericsoftware.kryo.serializers.FieldSerializer$ObjectField.read
12-22 13:10:55.484: W/dalvikvm(18579): VFY: unable to resolve check-cast 1226
(Lcom/esotericsoftware/reflectasm/FieldAccess;) in
Lcom/esotericsoftware/kryo/serializers/FieldSerializer$ObjectField;
Original comment by sant...@braindigit.com
on 22 Dec 2012 at 7:27
You don't need to do anything with serializers. Just give Kryo your
ArrayList<News> and it will do the right thing. Otherwise, read the docs and
look at the tests.
Please use the mailing list for help using the library. The issue tracker is
for bugs.
Original comment by nathan.s...@gmail.com
on 22 Dec 2012 at 8:27
Sorry,
I didn't know that.I will look upon the mailing list and FOI the method you suggested always returns null while reading the list.
Anyway I will follow up the mailing list
Thanks again
Original comment by sant...@braindigit.com
on 22 Dec 2012 at 9:21
Original issue reported on code.google.com by
sant...@braindigit.com
on 22 Dec 2012 at 6:43