Object

play.forkrun.protocol

Serializers

Related Doc: package protocol

Permalink

object Serializers

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

Type Members

  1. sealed trait LocalRegisteredSerializer extends AnyRef

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object LocalRegisteredSerializer

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

    Permalink
  8. implicit val compileFailureUnpickler: Unpickler[CompileFailure]

    Permalink
  9. implicit val compileResultPickler: Pickler[CompileResult]

    Permalink
  10. implicit val compileResultUnpickler: Unpickler[CompileResult]

    Permalink
  11. implicit val compileSuccessPickler: Pickler[CompileSuccess]

    Permalink
  12. implicit val compileSuccessUnpickler: Unpickler[CompileSuccess]

    Permalink
  13. implicit val defaultWatchServicePickler: Pickler[DefaultWatchService.type]

    Permalink
  14. implicit val defaultWatchServiceUnpickler: Unpickler[DefaultWatchService.type]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
  19. implicit val forkConfigUnpickler: Unpickler[ForkConfig]

    Permalink
  20. final def getClass(): Class[_]

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

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

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

    Permalink
  24. implicit val jDK7WatchServiceUnpickler: Unpickler[JDK7WatchService.type]

    Permalink
  25. implicit val jNotifyWatchServicePickler: Pickler[JNotifyWatchService.type]

    Permalink
  26. implicit val jNotifyWatchServiceUnpickler: Unpickler[JNotifyWatchService.type]

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

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

    Permalink
  31. implicit val playServerStartedPickler: Pickler[PlayServerStarted]

    Permalink
  32. implicit val playServerStartedUnpickler: Unpickler[PlayServerStarted]

    Permalink
  33. implicit val pollingWatchServicePickler: Pickler[PollingWatchService]

    Permalink
  34. implicit val pollingWatchServiceUnpickler: Unpickler[PollingWatchService]

    Permalink
  35. val serializers: Seq[LocalRegisteredSerializer]

    Permalink
  36. implicit val sourceFilePickler: Pickler[Source]

    Permalink
  37. implicit val sourceFileUnpickler: Unpickler[Source]

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

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

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. 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)]

    Permalink
  42. final def wait(): Unit

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

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

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

    Permalink
  46. implicit val watchServiceUnpickler: Unpickler[WatchService]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped