commit | 7c1536117b1ff064da74b8fd8b70dfea6cabd5d6 | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Mon Feb 25 19:46:08 2013 -0800 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Mon Feb 25 19:46:08 2013 -0800 |
tree | 7a56d41da8162247ca23fcd076212202c77b891f | |
parent | dd72d932822c4d4243cd79b4f2aadf2729c86279 [diff] |
* Use the "@JsonProperty()" annotation to serialize/deserialize objects that don't require any specialized processing. Use "@JsonSerialize" and "@JsonDeserialize" only for objects that need more specialized processing. * Remove FooSerializer JSON classes that are not used/needed anymore. * Update the implementation of remaining FooSerializer classes, and associated Foo classes.