With default methods now added to Java 8, is there any way to create a default constructor?
I\'ve tried:
public interface KadContent { publ
You need to add the default constructor to the class you want to serialize.