rharter / auto-value-gson

AutoValue Extension to add Gson De/Serializer support
Apache License 2.0
603 stars 103 forks source link

也许这个方案更加好 #270

Closed NBXXF closed 9 months ago

NBXXF commented 9 months ago

10倍速度提升 https://github.com/NBXXF/gson_plugin

rharter commented 9 months ago

Not sure what the actionable suggestion is here. auto-value-gson is already reflection free and is made to add gson support to AutoValue. Performance is not the priority, as much as extending auto-value types to support gson (though performance isn't bad, as far as I know).