Packages

package v1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait ProtoCodec [A, B] extends ProtoDecoder[A, B] with ProtoEncoder[A, B]

    Evidence that A can be serialized to a protobuf message and vice-versa.

    Evidence that A can be serialized to a protobuf message and vice-versa.

    This typeclass is split into encode/decode because the binary protocol mapping is not bijective with the Database encoding. For example, there is no ResolvedNameDecoder.

  2. trait ProtoDecoder [A, B] extends AnyRef
  3. trait ProtoEncoder [A, B] extends AnyRef

Value Members

  1. object ProtoCodec

Ungrouped