Table of Contents

Class ProtobufMessageSerializer

Namespace
Microsoft.AutoGen.Core.Grpc
Assembly
Microsoft.AutoGen.Core.Grpc.dll

Interface for serializing and deserializing agent messages.

public class ProtobufMessageSerializer : IProtobufMessageSerializer
Inheritance
ProtobufMessageSerializer
Implements
Inherited Members

Constructors

ProtobufMessageSerializer(Type)

public ProtobufMessageSerializer(Type concreteType)

Parameters

concreteType Type

Methods

Deserialize(Any)

public object Deserialize(Any message)

Parameters

message Any

Returns

object

Serialize(object)

public Any Serialize(object message)

Parameters

message object

Returns

Any