Class AnySurrogateConverter
- Namespace
- Microsoft.Auto
Gen .RuntimeGateway .Grpc.Orleans.Surrogates
- Assembly
- Microsoft.AutoGen.RuntimeGateway.Grpc.dll
- Inheritance
-
Any
Surrogate Converter
- Implements
- Inherited Members
Methods
ConvertFromSurrogate(in AnySurrogate)
Converts a surrogate value to the value type.
Parameters
surrogate
AnySurrogate The surrogate.
Returns
- Any
The value.
ConvertToSurrogate(in Any)
Converts a value to the value type.
Parameters
value
AnyThe value.
Returns
- Any
Surrogate The surrogate.