Package

trivial.rest

serialisation

Permalink

package serialisation

Visibility
  1. Public
  2. All

Type Members

  1. class Json4sSerialiser extends Serialiser

    Permalink
  2. trait Serialiser extends AnyRef

    Permalink

    Common errors:

    Common errors:

    Problem: we expect a runtime type of T, but it is instead scala.runtime.Nothing$ Cause: an implicit call to formatsExcept[T : ClassTag] is not filling in the type parameter. Consider (a) calling formatsExcept[T : ClassTag] explicitly, or (b) bringing it in scope with implicit val formats = formatsExcept[T]

  3. case class TypeSerialiser[T](serialise: (T) ⇒ String, deserialise: (Any) ⇒ Option[T])(implicit evidence$1: ClassTag[T]) extends Serializer[T] with Product with Serializable

    Permalink

Ungrouped