LowPriorityWrites

play.api.libs.json.LowPriorityWrites
sealed trait LowPriorityWrites extends EnvWrites

Attributes

Graph
Supertypes
trait EnvWrites
class Object
trait Matchable
class Any
Known subtypes
object Writes.type

Members list

Value members

Deprecated methods

def iterableWrites[A, M <: (Iterable)](implicit w: Writes[A]): Writes[M[A]]

Serializer for Iterable types.

Serializer for Iterable types.

Deprecated due to incompatibility with non _[_] shapes, #368.

Attributes

Deprecated
true
def traversableWrites[A : Writes]: Writes[Iterable[A]]

Attributes

Deprecated
true

Implicits

Implicits

implicit def iterableWrites2[A, I](implicit ev: I <:< Iterable[A], w: Writes[A]): Writes[I]

Serializer for Iterable types.

Serializer for Iterable types.

Attributes

implicit def stringableWrites[T](implicit conv: T => String): Writes[T]

Serializer for any type that is provided an implicit conversion to String (e.g. tagged types).

Serializer for any type that is provided an implicit conversion to String (e.g. tagged types).

Attributes

implicit val uriWrites: Writes[URI]

Serializer for java.net.URI

Serializer for java.net.URI

Attributes