-
-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Description
A Kotlin Pair(firstValue, secondValue) can be represented in JSON as an array: [firstValue, secondValue]. A JSON array of two elements can be represented as a Kotlin Pair.
Jackson should support this for all tuple types.
Add a new flag to SerializationFeature and DeserializationFeature that enables this conversion (although it would make sense for this to be the default).
Metadata
Metadata
Assignees
Labels
No labels