messageMarshallerResolver

Available in a dev version: 0․11․0-grpc-186

How to configure

Configurable resolver used to determine the appropriate marshaller for a given Kotlin type during message serialization and deserialization in gRPC calls.

Custom implementations of GrpcMarshallerResolver can be provided to handle specific serialization for arbitrary types. For custom types prefer using the kotlinx.rpc.grpc.marshaller.WithGrpcMarshaller annotation.

See also