ProtoWriter

trait ProtoWriter[T] extends BytesWriter[T]
trait BytesWriter[T]
class Object
trait Matchable
class Any

Value members

Abstract methods

def toProto(x: T): Builder

Concrete methods

final
def protoByteString(bs: ByteString): ByteString
final
def protoByteString(uuid: Uuid): ByteString
final
def protoByteStringOption(bs: ByteString): Option[ByteString]
final
def write(x: T): ByteVector