object
Defaults extends Ops with AllPicklers
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
implicit
val
anyUnpickler: Unpickler[Any]
-
implicit
def
arrayBufferPickler[T](implicit arg0: FastTypeTag[T], elemPickler: Pickler[T], elemUnpickler: Unpickler[T], collTag: FastTypeTag[ArrayBuffer[T]], cbf: CanBuildFrom[ArrayBuffer[T], T, ArrayBuffer[T]]): Pickler[ArrayBuffer[T]] with Unpickler[ArrayBuffer[T]]
-
implicit
def
arrayPickler[T >: Null](implicit arg0: FastTypeTag[T], elemPickler: Pickler[T], elemUnpickler: Unpickler[T], collTag: FastTypeTag[Array[T]], cbf: CanBuildFrom[Array[T], T, Array[T]]): Pickler[Array[T]] with Unpickler[Array[T]]
-
final
def
asInstanceOf[T0]: T0
-
implicit
val
booleanArrayPickler: Pickler[Array[Boolean]] with Unpickler[Array[Boolean]]
-
implicit
val
booleanPickler: Pickler[Boolean] with Unpickler[Boolean]
-
implicit
val
byteArrayPickler: Pickler[Array[Byte]] with Unpickler[Array[Byte]]
-
implicit
val
bytePickler: Pickler[Byte] with Unpickler[Byte]
-
implicit
val
charArrayPickler: Pickler[Array[Char]] with Unpickler[Array[Char]]
-
implicit
val
charPickler: Pickler[Char] with Unpickler[Char]
-
def
clone(): AnyRef
-
implicit
val
datePickler: Pickler[Date] with Unpickler[Date]
-
implicit
val
doubleArrayPickler: Pickler[Array[Double]] with Unpickler[Array[Double]]
-
implicit
val
doublePickler: Pickler[Double] with Unpickler[Double]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
implicit
val
floatArrayPickler: Pickler[Array[Float]] with Unpickler[Array[Float]]
-
implicit
val
floatPickler: Pickler[Float] with Unpickler[Float]
-
implicit macro
def
genOpenSumUnpickler[T]: Unpickler[T] with Generated
-
implicit macro
def
genPickler[T]: Pickler[T]
-
implicit macro
def
genUnpickler[T]: Unpickler[T] with Generated
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
implicit
def
immutableSortedMapPickler[K, V](implicit arg0: FastTypeTag[K], arg1: FastTypeTag[V], elemPickler: Pickler[(K, V)], elemUnpickler: Unpickler[(K, V)], pairTag: FastTypeTag[(K, V)], collTag: FastTypeTag[SortedMap[K, V]], cbf: CanBuildFrom[SortedMap[K, V], (K, V), SortedMap[K, V]]): Pickler[SortedMap[K, V]] with Unpickler[SortedMap[K, V]]
-
implicit
def
immutableSortedSetPickler[T](implicit arg0: FastTypeTag[T], elemPickler: Pickler[T], elemUnpickler: Unpickler[T], collTag: FastTypeTag[SortedSet[T]], cbf: CanBuildFrom[SortedSet[T], T, SortedSet[T]]): Pickler[SortedSet[T]] with Unpickler[SortedSet[T]]
-
implicit
def
indexedSeqPickler[T](implicit arg0: FastTypeTag[T], elemPickler: Pickler[T], elemUnpickler: Unpickler[T], collTag: FastTypeTag[collection.IndexedSeq[T]], cbf: CanBuildFrom[collection.IndexedSeq[T], T, collection.IndexedSeq[T]]): Pickler[collection.IndexedSeq[T]] with Unpickler[collection.IndexedSeq[T]]
-
implicit
val
intArrayPickler: Pickler[Array[Int]] with Unpickler[Array[Int]]
-
implicit
val
intPickler: Pickler[Int] with Unpickler[Int]
-
final
def
isInstanceOf[T0]: Boolean
-
-
implicit
val
javaBigDecimalPickler: Pickler[java.math.BigDecimal] with Unpickler[java.math.BigDecimal]
-
implicit
val
javaBigIntegerPickler: Pickler[BigInteger] with Unpickler[BigInteger]
-
implicit
val
javaUUIDPickler: Pickler[UUID] with Unpickler[UUID]
-
implicit
def
linearSeqPickler[T](implicit arg0: FastTypeTag[T], elemPickler: Pickler[T], elemUnpickler: Unpickler[T], collTag: FastTypeTag[LinearSeq[T]], cbf: CanBuildFrom[LinearSeq[T], T, LinearSeq[T]]): Pickler[LinearSeq[T]] with Unpickler[LinearSeq[T]]
-
implicit
val
longArrayPickler: Pickler[Array[Long]] with Unpickler[Array[Long]]
-
implicit
val
longPickler: Pickler[Long] with Unpickler[Long]
-
implicit
def
mapPickler[K, V](implicit arg0: FastTypeTag[K], arg1: FastTypeTag[V], elemPickler: Pickler[(K, V)], elemUnpickler: Unpickler[(K, V)], pairTag: FastTypeTag[(K, V)], collTag: FastTypeTag[Map[K, V]], cbf: CanBuildFrom[Map[K, V], (K, V), Map[K, V]]): Pickler[Map[K, V]] with Unpickler[Map[K, V]]
-
implicit
def
mutableMapPickler[K, V](implicit arg0: FastTypeTag[K], arg1: FastTypeTag[V], elemPickler: Pickler[(K, V)], elemUnpickler: Unpickler[(K, V)], pairTag: FastTypeTag[(K, V)], collTag: FastTypeTag[Map[K, V]], cbf: CanBuildFrom[Map[K, V], (K, V), Map[K, V]]): Pickler[Map[K, V]] with Unpickler[Map[K, V]]
-
implicit
def
mutableSetPickler[T](implicit arg0: FastTypeTag[T], elemPickler: Pickler[T], elemUnpickler: Unpickler[T], collTag: FastTypeTag[Set[T]], cbf: CanBuildFrom[Set[T], T, Set[T]]): Pickler[Set[T]] with Unpickler[Set[T]]
-
implicit
def
mutableSortedSetPickler[T](implicit arg0: FastTypeTag[T], elemPickler: Pickler[T], elemUnpickler: Unpickler[T], collTag: FastTypeTag[SortedSet[T]], cbf: CanBuildFrom[SortedSet[T], T, SortedSet[T]]): Pickler[SortedSet[T]] with Unpickler[SortedSet[T]]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
implicit
val
nullPickler: Pickler[Null] with Unpickler[Null]
-
implicit
def
pickleOps[T](picklee: T): PickleOps[T]
-
implicit
def
refPickler: Pickler[Ref]
-
implicit
val
refUnpickler: Unpickler[Ref]
-
implicit
def
seqPickler[T](implicit arg0: FastTypeTag[T], elemPickler: Pickler[T], elemUnpickler: Unpickler[T], collTag: FastTypeTag[Seq[T]], cbf: CanBuildFrom[Seq[T], T, Seq[T]]): Pickler[Seq[T]] with Unpickler[Seq[T]]
-
implicit
def
setPickler[T](implicit arg0: FastTypeTag[T], elemPickler: Pickler[T], elemUnpickler: Unpickler[T], collTag: FastTypeTag[Set[T]], cbf: CanBuildFrom[Set[T], T, Set[T]]): Pickler[Set[T]] with Unpickler[Set[T]]
-
implicit
val
shortArrayPickler: Pickler[Array[Short]] with Unpickler[Array[Short]]
-
implicit
val
shortPickler: Pickler[Short] with Unpickler[Short]
-
implicit
val
stringPickler: Pickler[String] with Unpickler[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
implicit
val
unitPickler: Pickler[Unit] with Unpickler[Unit]
-
implicit
def
unpickleOps(thePickle: Pickle): UnpickleOps
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Import
scala.pickling.Defaults._
to introduce all picklers and ops.