Packages

package circe

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

Type Members

  1. class CirceMarshallingTest extends AsyncFlatSpec with MarshallingTestSupport

Value Members

  1. implicit def circeMarshaller[T](implicit arg0: Encoder[T]): BinaryFormatMarshaller[T]
    Definition Classes
    CirceMarshalling
  2. implicit def circeUnmarshaller[T](implicit arg0: Decoder[T]): BinaryFormatUnmarshaller[T] { ... /* 2 definitions in type refinement */ }
    Definition Classes
    CirceMarshalling
  3. def createThrowable(className: String, message: String): Throwable
    Definition Classes
    MarshallingUtils
  4. implicit def decodeEither[A, B](implicit decoderA: Decoder[A], decoderB: Decoder[B]): Decoder[Either[A, B]]
    Definition Classes
    CirceDefaultCodecs
  5. implicit def encodeEither[A, B](implicit encoderA: Encoder[A], encoderB: Encoder[B]): Encoder[Either[A, B]]
    Definition Classes
    CirceDefaultCodecs
  6. implicit val throwableDecoder: Decoder[Throwable]
    Definition Classes
    CirceDefaultCodecs
  7. implicit val throwableEncoder: Encoder[Throwable]
    Definition Classes
    CirceDefaultCodecs

Inherited from CirceDefaultCodecs

Inherited from MarshallingUtils

Inherited from CirceMarshalling

Inherited from AnyRef

Inherited from Any

Ungrouped