Table of Contents

Interface IProtobufMessageSerializer

Namespace
Microsoft.AutoGen.Core.Grpc
Assembly
Microsoft.AutoGen.Core.Grpc.dll
public interface IProtobufMessageSerializer

Methods

Deserialize(Any)

object Deserialize(Any input)

Parameters

input Any

Returns

object

Serialize(object)

Any Serialize(object input)

Parameters

input object

Returns

Any