Closed GoogleCodeExporter closed 9 years ago
Agreed, this can be improved, probably by having default serializers for
particular array types (see DefaultSerializers.ByteArraySerializer).
Original comment by nathan.s...@gmail.com
on 3 May 2012 at 10:00
This issue was closed by revision r253.
Original comment by nathan.s...@gmail.com
on 23 May 2012 at 10:24
This issue was closed by revision r254.
Original comment by nathan.s...@gmail.com
on 23 May 2012 at 10:46
This ended up being a very nice fix. ArraySerializer is dead. There are
efficient 1D array serializers for all primitives, String, and Object. >1D
arrays are handled by these 1D serializers recursively. It's sweet. ;)
Original comment by nathan.s...@gmail.com
on 23 May 2012 at 10:47
Original issue reported on code.google.com by
romixlev
on 3 May 2012 at 10:59