NumberToStringConverters
object NumberToStringConverters
Types
Link copied to clipboard
Converts between kotlin.Double and String values. Because DynamoDB N values do not support them, this converter throws exceptions for non-finite numbers such as Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY, and Double.NaN.
Link copied to clipboard
Converts between kotlin.Float and String values. Because DynamoDB N values do not support them, this converter throws exceptions for non-finite numbers such as Float.NEGATIVE_INFINITY, Float.POSITIVE_INFINITY, and Float.NaN.