Trait

io.github.netvl.picopickle

CollectionWriters

Related Doc: package picopickle

Permalink

trait CollectionWriters extends AnyRef

Self Type
CollectionWriters with ObjectKeyTypesComponent with MapPicklingComponent with BackendComponent with TypesComponent
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CollectionWriters
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def arrayBufferWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[ArrayBuffer[T]]

    Permalink
  5. implicit def arrayWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[Array[T]]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. implicit def bufferWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[Buffer[T]]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. implicit def immHashMapWriter[A, B](implicit arg0: (CollectionWriters.this)#Writer[A], arg1: (CollectionWriters.this)#Writer[B], allowed: (CollectionWriters.this)#MapPicklingIsAllowed[A], kw: (CollectionWriters.this)#ObjectKeyWriter[A] = null, wab: (CollectionWriters.this)#Writer[(A, B)]): (CollectionWriters.this)#Writer[HashMap[A, B]]

    Permalink
  15. implicit def immHashSetWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[HashSet[T]]

    Permalink
  16. implicit def immIndexedSeqWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[IndexedSeq[T]]

    Permalink
  17. implicit def immLinearSeqWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[LinearSeq[T]]

    Permalink
  18. implicit def immMapWriter[A, B](implicit arg0: (CollectionWriters.this)#Writer[A], arg1: (CollectionWriters.this)#Writer[B], allowed: (CollectionWriters.this)#MapPicklingIsAllowed[A], kw: (CollectionWriters.this)#ObjectKeyWriter[A] = null, wab: (CollectionWriters.this)#Writer[(A, B)]): (CollectionWriters.this)#Writer[Map[A, B]]

    Permalink
  19. implicit def immSeqWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[Seq[T]]

    Permalink
  20. implicit def immSetWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[Set[T]]

    Permalink
  21. implicit def immSortedSetWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T], arg1: Ordering[T]): (CollectionWriters.this)#Writer[SortedSet[T]]

    Permalink
  22. implicit def indexedSeqWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[IndexedSeq[T]]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. implicit def iterableWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[Iterable[T]]

    Permalink
  25. implicit def linearSeqWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[LinearSeq[T]]

    Permalink
  26. implicit def linkedHashMapWriter[A, B](implicit arg0: (CollectionWriters.this)#Writer[A], arg1: (CollectionWriters.this)#Writer[B], allowed: (CollectionWriters.this)#MapPicklingIsAllowed[A], kw: (CollectionWriters.this)#ObjectKeyWriter[A] = null, wab: (CollectionWriters.this)#Writer[(A, B)]): (CollectionWriters.this)#Writer[LinkedHashMap[A, B]]

    Permalink
  27. implicit def linkedHashSetWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[LinkedHashSet[T]]

    Permalink
  28. implicit def linkedListWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[LinkedList[T]]

    Permalink
  29. implicit def listMapWriter[A, B](implicit arg0: (CollectionWriters.this)#Writer[A], arg1: (CollectionWriters.this)#Writer[B], allowed: (CollectionWriters.this)#MapPicklingIsAllowed[A], kw: (CollectionWriters.this)#ObjectKeyWriter[A] = null, wab: (CollectionWriters.this)#Writer[(A, B)]): (CollectionWriters.this)#Writer[ListMap[A, B]]

    Permalink
  30. implicit def listSetWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[ListSet[T]]

    Permalink
  31. implicit def listWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[List[T]]

    Permalink
  32. implicit def mapWriter[A, B](implicit arg0: (CollectionWriters.this)#Writer[A], arg1: (CollectionWriters.this)#Writer[B], allowed: (CollectionWriters.this)#MapPicklingIsAllowed[A], kw: (CollectionWriters.this)#ObjectKeyWriter[A] = null, wab: (CollectionWriters.this)#Writer[(A, B)]): (CollectionWriters.this)#Writer[Map[A, B]]

    Permalink
  33. final def mkIterableWriter[T, C[_] <: Iterable[_]](implicit w: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[C[T]]

    Permalink
    Attributes
    protected
  34. final def mkMapWriter[A, B, M[K, V] <: Map[K, V] with MapLike[K, V, M[K, V]]](implicit wa: (CollectionWriters.this)#Writer[A], wb: (CollectionWriters.this)#Writer[B], wab: (CollectionWriters.this)#Writer[(A, B)], kw: (CollectionWriters.this)#ObjectKeyWriter[A]): (CollectionWriters.this)#Writer[M[A, B]]

    Permalink
    Attributes
    protected
  35. implicit def mutHashMapWriter[A, B](implicit arg0: (CollectionWriters.this)#Writer[A], arg1: (CollectionWriters.this)#Writer[B], allowed: (CollectionWriters.this)#MapPicklingIsAllowed[A], kw: (CollectionWriters.this)#ObjectKeyWriter[A] = null, wab: (CollectionWriters.this)#Writer[(A, B)]): (CollectionWriters.this)#Writer[HashMap[A, B]]

    Permalink
  36. implicit def mutHashSetWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[HashSet[T]]

    Permalink
  37. implicit def mutIndexedSeqWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[IndexedSeq[T]]

    Permalink
  38. implicit def mutLinearSeqWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[LinearSeq[T]]

    Permalink
  39. implicit def mutMapWriter[A, B](implicit arg0: (CollectionWriters.this)#Writer[A], arg1: (CollectionWriters.this)#Writer[B], allowed: (CollectionWriters.this)#MapPicklingIsAllowed[A], kw: (CollectionWriters.this)#ObjectKeyWriter[A] = null, wab: (CollectionWriters.this)#Writer[(A, B)]): (CollectionWriters.this)#Writer[Map[A, B]]

    Permalink
  40. implicit def mutSeqWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[Seq[T]]

    Permalink
  41. implicit def mutSetWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[Set[T]]

    Permalink
  42. implicit def mutSortedSetWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T], arg1: Ordering[T]): (CollectionWriters.this)#Writer[SortedSet[T]]

    Permalink
  43. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  44. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. implicit def queueWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[Queue[T]]

    Permalink
  47. implicit def seqWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[Seq[T]]

    Permalink
  48. implicit def setWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[Set[T]]

    Permalink
  49. implicit def sortedSetWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T], arg1: Ordering[T]): (CollectionWriters.this)#Writer[SortedSet[T]]

    Permalink
  50. implicit def streamWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[Stream[T]]

    Permalink
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  52. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  53. implicit def treeMapWriter[A, B](implicit arg0: (CollectionWriters.this)#Writer[A], arg1: Ordering[A], arg2: (CollectionWriters.this)#Writer[B], allowed: (CollectionWriters.this)#MapPicklingIsAllowed[A], kw: (CollectionWriters.this)#ObjectKeyWriter[A] = null, wab: (CollectionWriters.this)#Writer[(A, B)]): (CollectionWriters.this)#Writer[TreeMap[A, B]]

    Permalink
  54. implicit def treeSetWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T], arg1: Ordering[T]): (CollectionWriters.this)#Writer[TreeSet[T]]

    Permalink
  55. implicit def vectorWriter[T](implicit arg0: (CollectionWriters.this)#Writer[T]): (CollectionWriters.this)#Writer[Vector[T]]

    Permalink
  56. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped