Package

io.jobial.scase

marshalling

Permalink

package marshalling

Linear Supertypes
DefaultMarshallers, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. marshalling
  2. DefaultMarshallers
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. package circe

    Permalink
  2. implicit def eitherMarshaller[A, B](implicit arg0: Marshaller[A], arg1: Marshaller[B]): Marshaller[Either[A, B]]

    Permalink
    Definition Classes
    DefaultMarshallers
  3. implicit def eitherUnmarshaller[A, B](implicit arg0: Unmarshaller[A], arg1: Unmarshaller[B]): Unmarshaller[Either[A, B]]

    Permalink
    Definition Classes
    DefaultMarshallers

Inherited from DefaultMarshallers

Inherited from AnyRef

Inherited from Any

Ungrouped