Package

org.http4s

booPickle

Permalink

package booPickle

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

Type Members

  1. trait BooPickleInstances extends AnyRef

    Permalink

    Generic factories for http4s encoders/decoders for boopickle Note that the media type is set for application/octet-stream

Value Members

  1. def booEncoderOf[F[_], A](implicit arg0: Applicative[F], arg1: Pickler[A]): EntityEncoder[F, A]

    Permalink

    Create an EntityEncoder for A given a Pickler[A]

    Create an EntityEncoder for A given a Pickler[A]

    Definition Classes
    BooPickleInstances
  2. def booOf[F[_], A](implicit arg0: Sync[F], arg1: Pickler[A]): EntityDecoder[F, A]

    Permalink

    Create an EntityDecoder for A given a Pickler[A]

    Create an EntityDecoder for A given a Pickler[A]

    Definition Classes
    BooPickleInstances

Inherited from BooPickleInstances

Inherited from AnyRef

Inherited from Any

Ungrouped