I am using GSON serialize POJO - both objects before and after the change.
The modified (name it A), which is configured by Struts2, can be easily serialized in Json.
So far, the POJO before it has been modified, which receives from the database via iBatis (name it B), cannot be serialized.
The error message says: "Forgot to register the type adapter?"
I read the Gson API. But I donβt think registering a type adapter for each POJO is a good idea. What makes B cannot be serialized?
I am writing clone () for my POJO, and an object cloned from B can also be executed.
This is confusing ... Can anyone answer me?
before change (clone):
{"id":"6429B5329C544711A9848AF243D10E4E","idType":"ζͺιζ©","firstDate":"Feb 29, 2012 12:00:00 AM","name":"testetes","gender":"η·","phone":"553223","city":"ζͺιζ©","ocup":"ζͺιζ©","nation":"ζͺιζ©","famStru":"ζͺιζ©","infSouc":"ζͺιζ©","creater":"EE4783A6272A4B62A5CC68DB3C11FE1E","createDate":"Feb 29, 2012 12:00:00 AM","purpose":"ζͺιζ©","education":"ζͺιζ©","income":"ζͺιζ©","cars":"ζͺιζ©","acptCarpRent":"ζͺιζ©","acptCarpPrice":"ζͺιζ©","handStand":"ζͺιζ©","intentHouse":"ζͺιζ©","intentArea":"ζͺιζ©","intentLayout":"ζͺιζ©","nextDate":"Mar 7, 2012 12:00:00 AM","wuyeType":"ζͺιζ©","attentionPro":"958B9E093A84415B901900C2DA25C712","ordinaryTraffic":"ζͺιζ©","attentionPoint":"ζͺιζ©","buyDate":"ζͺιζ©","cityArea":"ζͺιζ©","lastUpdate":"Feb 29, 2012 12:00:00 AM","lastModifier":"EE4783A6272A4B62A5CC68DB3C11FE1E","saler":"A4FB4877DC2945E980477544A955B57F","state":"ζε","status":"0"}
After change (A):
{"id":"6429B5329C544711A9848AF243D10E4E","idType":"ζͺιζ©","firstDate":"Feb 29, 2012 12:00:00 AM","visitMode":"","name":"testetes","gender":"η·","telPhone":"","phone":"553223","fax":"","adrs":"","postCode":"","email":"","workUnit":"","city":"ζͺιζ©","media_id":"","ocup":"ζͺιζ©","idNum":"","nation":"ζͺιζ©","famStru":"ζͺιζ©","infSouc":"ζͺιζ©","createDate":"Feb 29, 2012 12:00:00 AM","idAdr":"","purpose":"ζͺιζ©","education":"ζͺιζ©","income":"ζͺιζ©","cars":"ζͺιζ©","acptCarpRent":"ζͺιζ©","acptCarpPrice":"ζͺιζ©","handStand":"ζͺιζ©","intentHouse":"ζͺιζ©","intentArea":"ζͺιζ©","intentLayout":"ζͺιζ©","customerDetail":"","wuyeType":"ζͺιζ©","attentionPro":"958B9E093A84415B901900C2DA25C712","ordinaryTraffic":"ζͺιζ©","attentionPoint":"ζͺιζ©","buyDate":"ζͺιζ©","cityArea":"ζͺιζ©","lastUpdate":"Mar 11, 2012 2:58:04 PM","lastModifier":"00000000000000000000000000000000","saler":"A4FB4877DC2945E980477544A955B57F","state":"ζε"}