play.forkrun.protocol

Serializers

object Serializers

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Serializers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait LocalRegisteredSerializer extends AnyRef

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object LocalRegisteredSerializer

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. implicit val compileFailurePickler: Pickler[CompileFailure]

  10. implicit val compileFailureUnpickler: Unpickler[CompileFailure]

  11. implicit val compileResultPickler: Pickler[CompileResult]

  12. implicit val compileResultUnpickler: Unpickler[CompileResult]

  13. implicit val compileSuccessPickler: Pickler[CompileSuccess]

  14. implicit val compileSuccessUnpickler: Unpickler[CompileSuccess]

  15. implicit val defaultWatchServicePickler: Pickler[DefaultWatchService.type]

  16. implicit val defaultWatchServiceUnpickler: Unpickler[DefaultWatchService.type]

  17. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. implicit val forkConfigPickler: Pickler[ForkConfig]

  21. implicit val forkConfigUnpickler: Unpickler[ForkConfig]

  22. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. implicit val jDK7WatchServicePickler: Pickler[JDK7WatchService.type]

  26. implicit val jDK7WatchServiceUnpickler: Unpickler[JDK7WatchService.type]

  27. implicit val jNotifyWatchServicePickler: Pickler[JNotifyWatchService.type]

  28. implicit val jNotifyWatchServiceUnpickler: Unpickler[JNotifyWatchService.type]

  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. implicit object playExceptionPickler extends Pickler[PlayException] with Unpickler[PlayException]

  33. implicit val playServerStartedPickler: Pickler[PlayServerStarted]

  34. implicit val playServerStartedUnpickler: Unpickler[PlayServerStarted]

  35. implicit val pollingWatchServicePickler: Pickler[PollingWatchService]

  36. implicit val pollingWatchServiceUnpickler: Unpickler[PollingWatchService]

  37. val serializers: Seq[LocalRegisteredSerializer]

  38. implicit val sourceFilePickler: Pickler[Source]

  39. implicit val sourceFileUnpickler: Unpickler[Source]

  40. implicit val sourceMapPickler: Pickler[Map[String, Source]] with Unpickler[Map[String, Source]]

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

    Definition Classes
    AnyRef
  42. def toString(): String

    Definition Classes
    AnyRef → Any
  43. implicit def tuple2Pickler[A, B](implicit picklerA: Pickler[A], picklerB: Pickler[B], unpicklerA: Unpickler[A], unpicklerB: Unpickler[B], tupleTag: FastTypeTag[(A, B)], aTag: FastTypeTag[A], bTag: FastTypeTag[B]): Pickler[(A, B)] with Unpickler[(A, B)]

  44. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. implicit val watchServicePickler: Pickler[WatchService]

  48. implicit val watchServiceUnpickler: Unpickler[WatchService]

Inherited from AnyRef

Inherited from Any

Ungrouped