cats.xml.codec

package cats.xml.codec

Members list

Type members

Classlikes

case class Codec[T](decoder: Decoder[T], encoder: Encoder[T])

Isomorphism

Isomorphism

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Codec

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Codec.type
trait DataEncoder[T] extends Encoder[T]

Attributes

Companion
object
Supertypes
trait Encoder[T]
class Object
trait Matchable
class Any
object DataEncoder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait Decoder[T]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Decoder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Decoder.type
sealed trait DecoderFailure

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CoproductNoMatch[T]
class CursorFailed
class Custom
class Error
Show all

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Encoder[T]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait DataEncoder[T]
object Encoder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Encoder.type