Class TypeSubscriptionSurrogateConverter
- Namespace
- Microsoft.Auto
Gen .RuntimeGateway .Grpc.Orleans.Surrogates
- Assembly
- Microsoft.AutoGen.RuntimeGateway.Grpc.dll
[RegisterConverter]
public sealed class TypeSubscriptionSurrogateConverter : IConverter<TypeSubscription, TypeSubscriptionSurrogate>
- Inheritance
-
Type
Subscription Surrogate Converter
- Implements
- Inherited Members
Methods
ConvertFromSurrogate(in TypeSubscriptionSurrogate)
Converts from the surrogate to the original type.
Parameters
surrogate
TypeSubscription Surrogate The surrogate to convert from.
Returns
- Type
Subscription The original type.
ConvertToSurrogate(in TypeSubscription)
Converts from the original type to the surrogate.
Parameters
value
TypeSubscription The original type to convert from.
Returns
- Type
Subscription Surrogate The surrogate type.