Skip to content

Case Classes do not respect JsonProperty annotations at time of serialization. #14

@nbauernfeind

Description

@nbauernfeind

Serialize these:

case class DoesntWork(@JsonProperty("KEY") key: String)

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions