What steps will reproduce the problem?
1. Serialize an object with a big list (more then 1000 elements)
2. Try to deserialize it, you get an exception
What is the expected output? What do you see instead?
Deserialization fails with KryoException: Encountered unregistered class ID:
-668407074
(exception change based on number of elements, I've got also ClassCastException)
What version of the Kryo are you using?
2.21
Please provide any additional information below.
Attached you will find a sample java code that reproduce the issue
Original issue reported on code.google.com by Da...@path.com on 5 Apr 2013 at 10:45
Original issue reported on code.google.com by
Da...@path.com
on 5 Apr 2013 at 10:45Attachments: