Serialising Scala literal identifiers using Gson
When converting some code using Gson to Scala, I looked at all those @SerializedName attributes and thought it should be possible to get rid of them.
When converting some code using Gson to Scala, I looked at all those @SerializedName attributes and thought it should be possible to get rid of them.