Codec

parsley.debug.Codec
See theCodec companion trait
object Codec

Attributes

Companion
trait
Source
Codec.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Codec.type

Members list

Implicits

Implicits

implicit val booleanCodec: Codec[Boolean]

Attributes

Source
Codec.scala
implicit val byteCodec: Codec[Byte]

Attributes

Source
Codec.scala
implicit val charCodec: Codec[Char]

Attributes

Source
Codec.scala
implicit val doubleCodec: Codec[Double]

Attributes

Source
Codec.scala
implicit def encodable[B](r: Ref[B])(implicit c: Codec[B]): RefCodec

Implicitly converts a reference to an encodable object

Implicitly converts a reference to an encodable object

Type parameters

B

the type to be contained in this reference during runtime

Value parameters

c

The string encoder-decoder for type B

r

The reference

Attributes

Returns

The encodable object storing r

Source
Codec.scala
implicit val floatCodec: Codec[Float]

Attributes

Source
Codec.scala
implicit val intCodec: Codec[Int]

Attributes

Source
Codec.scala
implicit val longCodec: Codec[Long]

Attributes

Source
Codec.scala
implicit val shortCodec: Codec[Short]

Attributes

Source
Codec.scala
implicit val stringCodec: Codec[String]

Attributes

Source
Codec.scala