c

akka.grpc.scaladsl

ScalapbProtobufSerializer

class ScalapbProtobufSerializer[T <: GeneratedMessage] extends ProtobufSerializer[T]

Annotations
@ApiMayChange()
Source
ScalapbProtobufSerializer.scala
Linear Supertypes
ProtobufSerializer[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalapbProtobufSerializer
  2. ProtobufSerializer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScalapbProtobufSerializer(companion: GeneratedMessageCompanion[T])

Value Members

  1. def deserialize(data: InputStream): T
  2. def deserialize(bytes: ByteString): T
  3. def serialize(t: T): ByteString