Table of Contents

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

surrogate AnySurrogate

The surrogate.

Returns

Any

The value.

ConvertToSurrogate(in Any)

Converts a value to the value type.

public AnySurrogate ConvertToSurrogate(in Any value)

Parameters

value Any

The value.

Returns

AnySurrogate

The surrogate.