TextDeserializer

sbt.internal.inc.consistent.TextDeserializer
class TextDeserializer(in: BufferedReader) extends Deserializer

Attributes

Graph
Supertypes
class Deserializer
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def bool(): Boolean
def byte(): Byte
def end(): Unit
def endArray(): Unit
def endBlock(): Unit
def int(): Int
def long(): Long
def startArray(): Int
def startBlock(): Unit
def string(): String

Inherited methods

final def dedup[T >: Null <: AnyRef](readBody: Int => T): T

Attributes

Inherited from:
Deserializer
final def readArray[T : ClassTag](perEntry: Int)(f: => T): Array[T]

Attributes

Inherited from:
Deserializer
final def readBlock[T](f: => T): T

Attributes

Inherited from:
Deserializer
final def readColl[T, C >: Null](factory: Factory[T, C], perEntry: Int)(f: => T): C

Attributes

Inherited from:
Deserializer
final def readOptionalString(): Optional[String]

Attributes

Inherited from:
Deserializer
final def readStringArray(): Array[String]

Attributes

Inherited from:
Deserializer
final def readStringSeq(): Seq[String]

Attributes

Inherited from:
Deserializer