o

sbt.protocol

Serialization

object Serialization

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Serialization
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val CancelAll: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val attach: String
  7. val attachResponse: String
  8. val cancelReadSystemIn: String
  9. val cancelRequest: String
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def detectType(json: JValue): Option[String]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. val getTerminalAttributes: String
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val promptChannel: String
  23. val readSystemIn: String
  24. def serializeEventMessage(event: EventMessage): Array[Byte]
  25. val setTerminalAttributes: String
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. val systemErr: String
  28. val systemErrFlush: String
  29. val systemIn: String
  30. val systemOut: String
  31. val systemOutFlush: String
  32. val terminalCapabilities: String
  33. val terminalCapabilitiesResponse: String
  34. val terminalGetSize: String
  35. val terminalPropertiesQuery: String
  36. val terminalPropertiesResponse: String
  37. val terminalSetEcho: String
  38. val terminalSetRawMode: String
  39. val terminalSetSize: String
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def deserializeCommand(bytes: Seq[Byte]): Either[String, CommandMessage]

    returns

    A command or an invalid input description

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) unused

  2. def deserializeEvent(bytes: Seq[Byte]): Either[String, Any]

    returns

    A command or an invalid input description

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) unused

  3. def deserializeEventMessage(bytes: Seq[Byte]): Either[String, EventMessage]

    returns

    A command or an invalid input description

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) unused

  4. def serializeCommand(command: CommandMessage): Array[Byte]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) unused

  5. def serializeEvent[A](event: A)(implicit arg0: JsonFormat[A]): Array[Byte]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) unused

Inherited from AnyRef

Inherited from Any

Ungrouped