Closed GoogleCodeExporter closed 9 years ago
Fixed by revision r404.
It is now possible to do the following:
kryo.writeObject(out, Void.class);
kryo.readObject(in, Class.class); // equals Void.class
or
kryo.writeObject(out, void.class);
kryo.readObject(in, Class.class); // equals void.class
Original comment by romixlev
on 26 Aug 2013 at 4:09
Original issue reported on code.google.com by
someguy...@gmail.com
on 7 Dec 2012 at 12:29