commit | 2013cbbebcfb4f27a3cd5b89f4e05c384e85f707 | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Tue Feb 26 10:15:18 2013 -0800 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Tue Feb 26 10:15:18 2013 -0800 |
tree | 5ead545d3300cbcb3183d7084585a709009a290e | |
parent | 7c1536117b1ff064da74b8fd8b70dfea6cabd5d6 [diff] |
Leftover follow-up commit for "1c8f47754241fea8b9c1463c08539ec31638a5de": * 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.