Tag Archives: serialization

Json and flexjson on exchanging abstract object data

JSON is a lightweight text-based open standard designed for human-readable data interchange.  It is widely used in java applications as a replacement of XML. Many times we need to convert java object to json text and vice versa. You can use Gson to convert java object … Continue reading

Posted in java | Tagged , , , | 1 Comment