de.heikoseeberger.akkahttpcirce
A => HTTP entity
A => HTTP entity
type to encode
encoder for A, probably created by circe.generic
pretty printer function
marshaller for any A value
HTTP entity => A
HTTP entity => A
type to decode
decoder for A, probably created by circe.generic
unmarshaller for A
JSON marshalling/unmarshalling using an in-scope *Circe* protocol.
To use automatic codec derivation, user need to import
io.circe.generic.auto._