jsouper
jsouper copied to clipboard
A souped up HTML to Java deserializer
existing promotion was over. ``` 02-05 21:10:48.006 17020-17020/? E/AndroidRuntime: FATAL EXCEPTION: main Process: com.ekchang.jsouper.sample, PID: 17020 java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.Object[] java.util.Collection.toArray()' on a null object reference at...
Hi! this library is nice! I tried sample-android project. But java.lang.RuntimeException. There seems to be a problem with the snapshot. build.gradle, this is ok. ``` // Local // compile project(path:...
In implementation of ClassElementAdapter there is a check for ``` if (Modifier.isAbstract(rawType.getModifiers())) { throw new IllegalArgumentException("Cannot serialize abstract class " + rawType.getName()); } ``` is this necessary? Autovalue model with...