BigDecimal
typealias BigDecimal = @Serializable(with = BigDecimalSerializer::class) org.gciatto.kt.math.BigDecimal(source)
BigDecimal as provided by kt-math, but with a serializer applied.
BigDecimal as provided by kt-math, but with a serializer applied.