object
AllPicklers extends AllPicklers
Type Members
-
-
type
GenPicklerSignature[PU[_]] = (ClassLoader, Class[_], tags.FastTypeTag[_]) ⇒ PU[_]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
-
-
-
-
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]]): AbstractPicklerUnpickler[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]]): AbstractPicklerUnpickler[Array[T]]
-
final
def
asInstanceOf[T0]: T0
-
implicit
val
booleanArrayPickler: AbstractPicklerUnpickler[Array[Boolean]]
-
-
-
-
-
-
def
clone(): AnyRef
-
implicit
val
datePickler: Pickler[Date] with Unpickler[Date]
-
implicit
val
doubleArrayPickler: AbstractPicklerUnpickler[Array[Double]] with Unpickler[Array[Double]]
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
-
-
-
-
-
-
def
get[PU[_], S](query: (String) ⇒ Option[PU[_]], key: String, error: ⇒ Throwable): PU[S]
-
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]]): AbstractPicklerUnpickler[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]]): AbstractPicklerUnpickler[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]]): AbstractPicklerUnpickler[collection.IndexedSeq[T]]
-
-
-
final
def
isInstanceOf[T0]: Boolean
-
-
implicit
val
javaBigDecimalPickler: AbstractPicklerUnpickler[java.math.BigDecimal]
-
-
-
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]]): AbstractPicklerUnpickler[LinearSeq[T]]
-
-
-
-
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]]): AbstractPicklerUnpickler[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]]): AbstractPicklerUnpickler[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]]): AbstractPicklerUnpickler[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]]): AbstractPicklerUnpickler[SortedSet[T]]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
-
-
-
-
def
registerGen[T](tag: String, gen: PicklerUnpicklerGen[T]): Unit
-
def
registerPicklerAsGen[T](pu: Pickler[T] with Unpickler[T]): Unit
-
-
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]]): AbstractPicklerUnpickler[Set[T]]
-
-
-
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
-
-
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit