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.