abstract class Serializer extends AnyRef
Structural serialization for text and binary formats.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Serializer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Serializer()
Abstract Value Members
- abstract def bool(b: Boolean): Unit
- abstract def byte(b: Byte): Unit
- abstract def end(): Unit
- abstract def endArray(): Unit
- abstract def endBlock(): Unit
- abstract def int(i: Int): Unit
- abstract def long(l: Long): Unit
- abstract def startArray(name: String, length: Int): Unit
- abstract def startBlock(name: String): Unit
- abstract def string(s: String): Unit
Concrete 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
dedup[T >: Null <: AnyRef](o: T)(id: (T) ⇒ Int)(writeBody: ⇒ Unit): Unit
- Annotations
- @inline()
-
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
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
writeArray[T](name: String, a: Array[T], perEntry: Int = 1)(f: (T) ⇒ Unit): Unit
- Annotations
- @inline()
-
final
def
writeBlock(name: String)(f: ⇒ Unit): Unit
- Annotations
- @inline()
-
final
def
writeColl[T](name: String, a: Iterable[T], perEntry: Int = 1)(f: (T) ⇒ Unit): Unit
- Annotations
- @inline()
-
final
def
writeOptionalString(o: Optional[String]): Unit
- Annotations
- @inline()
-
final
def
writeSortedStringMap[V](name: String, map: Iterable[(String, V)], perEntry: Int = 1)(f: (V) ⇒ Unit): Unit
- Annotations
- @inline()
-
final
def
writeStringArray(name: String, a: Array[String]): Unit
- Annotations
- @inline()
-
final
def
writeStringColl(name: String, a: Iterable[String]): Unit
- Annotations
- @inline()