Flexjson

A lightweight library for serializing Java objects into JSON
Download

Flexjson Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Flexjson Team
  • Publisher web site:
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 379 KB

Flexjson Tags


Flexjson Description

A lightweight library for serializing Java objects into JSON Flexjson is a lightweight library for serializing Java objects into JSON. Different about Flexjson is the control over what gets serialized allowing both deep and shallow copies of objects.JavaScript Object Notation is a very popular alternative to XML for transmitting data to the web browser. Flexjson is a lightweight library for serializing Java objects into JSON. What's different about Flexjson is it's control over what gets serialized allowing both deep and shallow copies of objects. Most JSON serializers mimic object serialization libraries and try to serialize the entire object graph from the object being turned into JSON. This causes problems when you want a connected object model in your server, but you can't send that object model to the client because the serialization library will try to send the entire object graph. This makes it very hard to create object oriented models and serialize pieces of that model to the client without sending everything. Other JSON libraries require you to create a lot of boiler plate code to translate your object representation into a JSON object. Requirements: · Java What's New in This Release: · This release fixes several bugs, and adds support for deserialization.


Flexjson Related Software