Closed GoogleCodeExporter closed 9 years ago
> 1. Kryo refuses to serialize inner class if not static
Use "kryo.setInstantiatorStrategy(new StdInstantiatorStrategy());" as a fix.
> 2. Kryo gets ClassCast Exception when deserializing TreeSet
AFAICS we need a TreeSetSerializer for this.
Original comment by martin.grotzke
on 9 Oct 2013 at 9:41
Fixed in trunk.
@moru0011: Do you need this to be released soon (to maven central)?
Original comment by martin.grotzke
on 11 Oct 2013 at 9:56
No, as said I use kryo for benchmarking only, i just wanted to help improving.
Original comment by moru0...@gmail.com
on 11 Oct 2013 at 10:09
Alright, thanx for reporting!
Original comment by martin.grotzke
on 11 Oct 2013 at 10:16
Original issue reported on code.google.com by
moru0...@gmail.com
on 8 Oct 2013 at 11:13