LongJavaBigIntegerConverter

object LongJavaBigIntegerConverter : <ERROR CLASS> ERROR CLASS: Symbol not found for MapTypeConverter<kotlin/Long, java/math/BigInteger>

Long ->java.math.BigInteger (widening only; overflowing reverse unsupported).

Functions

Link copied to clipboard
open override fun convertFrom(target: BigInteger): Long
Link copied to clipboard
open override fun convertTo(source: Long): BigInteger