Skip to content

Instantly share code, notes, and snippets.

@ajduke
Created July 28, 2013 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajduke/6098721 to your computer and use it in GitHub Desktop.
Save ajduke/6098721 to your computer and use it in GitHub Desktop.
A generic object demo
json representation :{"value":12}
converted object representation: Model2 [value=12]
A object from collection framework
json representation :["ajduke","ajduchess"]
converted object representation: [ajduke, ajduchess]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment