c

akka.grpc.internal

BaseMarshaller

abstract class BaseMarshaller[T] extends io.grpc.MethodDescriptor.Marshaller[T] with WithProtobufSerializer[T]

INTERNAL API

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

Instance Constructors

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

Abstract Value Members

  1. abstract def stream(arg0: T): InputStream
    Definition Classes
    Marshaller

Concrete Value Members

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