java
java copied to clipboard
JSON-Iter not working with java.sql.Date and java.sql.Timestamp
I have been trying to use JSONIter 0.9.22 for my POJO's containing java.sql.Date and java.sql.Timestamp . The Serialization part works fine. But the De-Serialization seems to fail.
It seems the Dynamic Code Generation fails, since java.sql.Date and java.sql.Timestamp do not have No-Arg Constructors.
javaassist version, that is being used is 3.0.
Please let us know , the cause of the same