Class RpcRequestSurrogateConverter
- Namespace
- Microsoft.Auto
Gen .RuntimeGateway .Grpc.Orleans.Surrogates
- Assembly
- Microsoft.AutoGen.RuntimeGateway.Grpc.dll
[RegisterConverter]
public sealed class RpcRequestSurrogateConverter : IConverter<RpcRequest, RpcRequestSurrogate>
- Inheritance
-
Rpc
Request Surrogate Converter
- Implements
- Inherited Members
Methods
ConvertFromSurrogate(in RpcRequestSurrogate)
Converts a surrogate value to the value type.
Parameters
surrogate
RpcRequest Surrogate The surrogate.
Returns
- Rpc
Request The value.
ConvertToSurrogate(in RpcRequest)
Converts a value to the value type.
Parameters
value
RpcRequest The value.
Returns
- Rpc
Request Surrogate The surrogate.