java.lang.IllegalArgumentException doesnt extend SeralizableException.
The problem is many of the java.lang and java.util emulated types
*dont* implement Serializable etc so arent considered Serializable by
the generator.
The emulated types are the ones that are checked and not the real jdk
ones...
On Dec 7, 2:39 pm, "江永源" <
yongyuan.ji...@gmail.com> wrote:
> IllegalArgumentException extends SerializableException implements
> IsSerializable