trait SerializersCollections extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- SerializersCollections
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
def
listSerDe[T](implicit tSerDe: SerDe[T]): SerDe[List[T]]
Implicit conversion to generate SerDe for List[T]
-
implicit
def
mapSerDe[K, V](implicit tSerDe: SerDe[(K, V)]): SerDe[Map[K, V]]
Implicit conversion conversion to generate SerDe for Map[K, V]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
implicit
def
optionSerDe[T](implicit tSerDe: SerDe[T]): SerDe[Option[T]]
Implicit conversion to generate SerDe for options.
Implicit conversion to generate SerDe for options.
- T
Type of option element.
- tSerDe
Implicit SerDe for element within option.
- returns
SerDe for Option[T]
-
implicit
def
seqSerDe[T](implicit tSerDe: SerDe[T]): SerDe[Seq[T]]
Implicit conversion to generate SerDe for Seq[T]
-
implicit
def
setSerDe[T](implicit tSerDe: SerDe[T]): SerDe[Set[T]]
Implicit conversion to generate SerDe for Set[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
implicit
def
trieMapSerDe[K, V](implicit tSerDe: SerDe[(K, V)]): SerDe[TrieMap[K, V]]
Implicit conversion conversion to generate SerDe for concurrent TrieMap.
-
implicit
def
vectorSerDe[T](implicit tSerDe: SerDe[T]): SerDe[Vector[T]]
Implicit conversion to generate SerDe for Vector[T]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()