package v1
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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.
- trait ProtoDecoder [A, B] extends AnyRef
- trait ProtoEncoder [A, B] extends AnyRef
Value Members
- object ProtoCodec