Packages

p

io.protoless

generic

package generic

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

Value Members

  1. object auto extends AutoDecoderInstances with CustomMappingDecoderInstances with AutoEncoderInstances with CustomMappingEncoderInstances

    Allows to automatically import required Decoder and Encoder in the scope.

    Allows to automatically import required Decoder and Encoder in the scope.

    Only messages.decoders.AutoDecoder and messages.encoders.AutoEncoder can be derived automatically.

    You can still derive messages.decoders.CustomMappingDecoder and messages.encoders.CustomMappingEncoder with semiauto.deriveDecoder[A, L] or by summoning a decoder with CustomMappingDecoder[A, HList] (idem for Encoders).

  2. object semiauto extends SemiAutoEncoderInstances with SemiAutoDecoderInstances with CustomMappingDecoderInstances with CustomMappingEncoderInstances

    Allows to manually derive Decoder and Encoder, either with Automatic strategy or Custom Mapping strategy.

Inherited from AnyRef

Inherited from Any

Ungrouped