Packages

t

org.http4s.booPickle.instances

BooPickleInstances

trait BooPickleInstances extends AnyRef

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

Source
BooPickleInstances.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BooPickleInstances
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Create an EntityEncoder for A given a Pickler[A]

  2. def booOf[F[_], A](implicit arg0: Concurrent[F], arg1: Pickler[A]): EntityDecoder[F, A]

    Create an EntityDecoder for A given a Pickler[A]