FloatAsLongSerializer
object FloatAsLongSerializer : <ERROR CLASS> ERROR CLASS: Symbol not found for KSerializer<kotlin/Long>(source)
Replicates Jackson's ACCEPT_FLOAT_AS_INT behaviour for Long fields. A floating-point JSON number is truncated to Long by dropping the fractional part, exactly like Jackson's default truncation behaviour.
Usage: