Class AnySurrogateConverter
- Namespace
- Microsoft.AutoGen.RuntimeGateway.Grpc.Orleans.Surrogates
- Assembly
- Microsoft.AutoGen.RuntimeGateway.Grpc.dll
[RegisterConverter]
public sealed class AnySurrogateConverter : IConverter<Any, AnySurrogate>
- Inheritance
-
AnySurrogateConverter
- Implements
- Inherited Members
Methods
ConvertFromSurrogate(in AnySurrogate)
Converts a surrogate value to the value type.
public Any ConvertFromSurrogate(in AnySurrogate surrogate)
Parameters
surrogateAnySurrogateThe surrogate.
Returns
- Any
The value.
ConvertToSurrogate(in Any)
Converts a value to the value type.
public AnySurrogate ConvertToSurrogate(in Any value)
Parameters
valueAnyThe value.
Returns
- AnySurrogate
The surrogate.