| Author |
Problem with JSONSerializer.toJSON
|
Jayavardhan geepi
Ranch Hand
Joined: Jul 21, 2010
Posts: 66
|
|
Hi,
Firstly I apologize if I'm posting in a wrong section of the forum.
I have JSONObject object = (JSONObject)JSONSerializer.toJson(obj) ;
which works fine when my 'obj' doesn't have values for fields of type java.sql.Timestamp.
But when values for these timestamp field are set, it is throwing "InvocationTargetException".
I'm using net.sf.json library of version 2.0.
Can some one help please?
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
Can you post the results of the following two lines when you catch that InvocationTargetException:
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: Problem with JSONSerializer.toJSON
|
|
|