| Class and Description |
|---|
| ProtoBufSerializationProviderBuilder
The gRPC framing is now built into grpc-netty. This class is no longer necessary and will be removed in
a future release.
registerMessageType(Class, Parser) is used to add one or more MessageLite message types. Resulting
GrpcSerializationProvider from build() will only serialize and deserialize those message types. |