BigIntJsonFormat

object BigIntJsonFormat extends JsonFormat[BigInt]
trait JsonFormat[BigInt]
trait JsonWriter[BigInt]
trait JsonReader[BigInt]
class Object
trait Matchable
class Any

Value members

Concrete methods

def read[J](jsOpt: Option[J], unbuilder: Unbuilder[J]): BigInt
def write[J](x: BigInt, builder: Builder[J]): Unit

Inherited methods

def addField[J](name: String, obj: BigInt, builder: Builder[J]): Unit
Inherited from
JsonWriter