Re: Serializing with Kryo NullPointerException - Java

2014-12-04 Thread Robin Keunen
Using dependency groupIdcom.esotericsoftware/groupId artifactIdkryo-shaded/artifactId version3.0.0/version /dependency Instead of dependency groupIdcom.esotericsoftware.kryo/groupId artifactIdkryo/artifactId

Serializing with Kryo NullPointerException - Java

2014-12-03 Thread Robin Keunen
Hi all, I am having troubles using Kryo and being new to this kind of serialization, I am not sure where to look. Can someone please help me? :-) Here is my custom class: public class *DummyClass* implements KryoSerializable { private static final Logger LOGGER =