Emil Kantis
08/23/2021, 12:56 PMKSerializer<T>
? Use case would be writing a BigDecimal without precision-loss as { "myValue": 0.12345 }
, but without using a Double along the way. Likewise it would be nice to be able to use a decoder.decodeUnquotedString
or something, to parse the above value into a string rather than double without needing to set isLenient
Emil Kantis
08/23/2021, 1:16 PMEmil Kantis
08/24/2021, 8:55 PM