BigIntFormat

object BigIntFormat extends Format[BigInt]
trait Format[BigInt]
trait Writes[BigInt]
trait Reads[BigInt]
class Object
trait Matchable
class Any

Value members

Concrete methods

def reads(in: Input): BigInt
def writes(out: Output, i: BigInt): Unit