Instagram / ig-json-parser

Fast JSON parser for java projects
https://instagram-engineering.com/fast-auto-generated-streaming-json-parsing-for-android-ab8e7be21033
MIT License
1.32k stars 125 forks source link

Add optional support for using getters in serialization #26

Closed stashuk closed 9 years ago

stashuk commented 9 years ago

Adding a getter support at @JsonField class-level annotation for serialization, updating SerializerTest to include new functionality.

stashuk commented 9 years ago

Agree, using GetterUUT now and passing annotation directly.

ttung commented 9 years ago

this looks good, but the rev graph is confusing. can you make one commit that adds the getter feature, and one commit that cleans up the code. either order is fine. :)

stashuk commented 9 years ago

Awesome, thanks! Changing to two commits now.

stashuk commented 9 years ago

Ping on merge.