Modifier and Type | Class and Description |
---|---|
static interface |
GrpcObjectSerializer.Serializer<A>
Contract towards serializing an object of type
A . |
Constructor and Description |
---|
GrpcObjectSerializer(Serializer serializer)
Constructs a
GrpcObjectSerializer using the given serializer to serialize the payload and type of
given objects with. |
public GrpcObjectSerializer(Serializer serializer)
GrpcObjectSerializer
using the given serializer
to serialize the payload and type of
given objects with.serializer
- the Serializer
used to serialize the payload and type
of given objects withCopyright © 2010–2022. All rights reserved.