c

akka.grpc.javadsl

GoogleProtobufSerializer

class GoogleProtobufSerializer[T <: Message] extends ProtobufSerializer[T]

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

Instance Constructors

  1. new GoogleProtobufSerializer(parser: Parser[T])
  2. new GoogleProtobufSerializer(clazz: Class[T])
    Annotations
    @deprecated
    Deprecated

    (Since version akka-grpc 1.1.2) Kept for binary compatibility, use the main constructor instead

Value Members

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