Serialize these: case class DoesntWork(@JsonProperty("KEY") key: String) class Works(_key: String) { @JsonProperty("KEY") var key: String = _key }