trait
JavaBigIntegerPicklers extends PrimitivePicklers
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
implicit
val
booleanPickler: SPickler[Boolean] with Unpickler[Boolean]
-
implicit
val
bytePickler: SPickler[Byte] with Unpickler[Byte]
-
implicit
val
charPickler: SPickler[Char] with Unpickler[Char]
-
def
clone(): AnyRef
-
implicit
val
doublePickler: SPickler[Double] with Unpickler[Double]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
implicit
val
floatPickler: SPickler[Float] with Unpickler[Float]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
implicit
val
intPickler: SPickler[Int] with Unpickler[Int]
-
final
def
isInstanceOf[T0]: Boolean
-
implicit
val
javaBigIntegerPickler: SPickler[BigInteger] with Unpickler[BigInteger]
-
implicit
val
longPickler: SPickler[Long] with Unpickler[Long]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
implicit
val
nullPickler: SPickler[Null] with Unpickler[Null]
-
implicit
val
shortPickler: SPickler[Short] with Unpickler[Short]
-
implicit
val
stringPickler: SPickler[String] with Unpickler[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
implicit
val
unitPickler: SPickler[Unit] with Unpickler[Unit]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
This contains implicits which can serialize java.math.BigInteger values.