c

akka.grpc.internal

Marshaller

final class Marshaller[T <: GeneratedMessage] 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. Marshaller
  2. BaseMarshaller
  3. WithProtobufSerializer
  4. Marshaller
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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