BaseMarshaller

akka.grpc.internal.BaseMarshaller
@InternalStableApi
abstract class BaseMarshaller[T](val protobufSerializer: ProtobufSerializer[T]) extends Marshaller[T] with WithProtobufSerializer[T]

INTERNAL API

Attributes

Source:
Marshallers.scala
Graph
Supertypes
trait Marshaller[T]
class Object
trait Matchable
class Any
Known subtypes
class Marshaller[T]

Members list

Concise view

Value members

Concrete methods

override def parse(stream: InputStream): T

Attributes

Definition Classes
Marshaller
Source:
Marshallers.scala

Inherited methods

def stream(x$0: T): InputStream

Attributes

Inherited from:
Marshaller

Concrete fields