Package

io.jobial.scase.marshalling

circe

Permalink

package circe

Linear Supertypes
DefaultCodecs, MarshallingUtils, CirceMarshalling, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. circe
  2. DefaultCodecs
  3. MarshallingUtils
  4. CirceMarshalling
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait CirceMarshalling extends AnyRef

    Permalink
  2. trait DefaultCodecs extends MarshallingUtils

    Permalink

Value Members

  1. implicit def circeMarshaller[T](implicit arg0: Encoder[T]): BinaryFormatMarshaller[T]

    Permalink
    Definition Classes
    CirceMarshalling
  2. implicit def circeUnmarshaller[T](implicit arg0: Decoder[T]): BinaryFormatUnmarshaller[T] { ... /* 2 definitions in type refinement */ }

    Permalink
    Definition Classes
    CirceMarshalling
  3. def createThrowable(className: String, message: String): Throwable

    Permalink
    Definition Classes
    MarshallingUtils
  4. implicit def decodeEither[A, B](implicit decoderA: Decoder[A], decoderB: Decoder[B]): Decoder[Either[A, B]]

    Permalink
    Definition Classes
    DefaultCodecs
  5. implicit def encodeEither[A, B](implicit encoderA: Encoder[A], encoderB: Encoder[B]): Encoder[Either[A, B]]

    Permalink
    Definition Classes
    DefaultCodecs
  6. implicit val throwableDecoder: Decoder[Throwable]

    Permalink
    Definition Classes
    DefaultCodecs
  7. implicit val throwableEncoder: Encoder[Throwable]

    Permalink
    Definition Classes
    DefaultCodecs

Inherited from DefaultCodecs

Inherited from MarshallingUtils

Inherited from CirceMarshalling

Inherited from AnyRef

Inherited from Any

Ungrouped