package circe
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- circe
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait AkkaRefCodecs extends InternalAkkaRefCodecs
- case class CirceSerializer[T](manifestRenames: Map[String, Class[_]] = Map.empty[String, Class[_]], migrate: PartialFunction[T, T] = PartialFunction.empty)(implicit evidence$1: ClassTag[T], evidence$2: Codec[T]) extends Product with Serializable
- abstract class CirceSerializerRegistry extends AnyRef
- trait StatusReplyCodecs extends AnyRef
Value Members
- object AkkaRefCodecs extends AkkaRefCodecs
- object CirceSerializerRegistry
- object StatusReplyCodecs extends StatusReplyCodecs
- object implicits extends CodecConfiguration with InternalAkkaRefCodecs with StatusReplyCodecs