Package

scala.meta.internal.scalahost

v1

Permalink

package v1

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    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

    Permalink
  3. trait ProtoEncoder[A, B] extends AnyRef

    Permalink

Value Members

  1. object ProtoCodec

    Permalink

Ungrouped