c

akka.grpc.internal

ProtoMarshaller

class ProtoMarshaller[T <: Message] extends BaseMarshaller[T]

INTERNAL API

Annotations
@InternalStableApi()
Source
Marshallers.scala
Linear Supertypes
BaseMarshaller[T], WithProtobufSerializer[T], io.grpc.MethodDescriptor.Marshaller[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProtoMarshaller
  2. BaseMarshaller
  3. WithProtobufSerializer
  4. Marshaller
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProtoMarshaller(protobufSerializer: ProtobufSerializer[T])

Value Members

  1. def parse(stream: InputStream): T
    Definition Classes
    ProtoMarshallerBaseMarshaller → Marshaller
  2. val protobufSerializer: ProtobufSerializer[T]
  3. def stream(value: T): InputStream
    Definition Classes
    ProtoMarshaller → Marshaller