confluent-kafka-dotnet
Show / Hide Table of Contents

Class ProtobufUtils

Protobuf utilities

Inheritance
object
ProtobufUtils
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Confluent.SchemaRegistry.Serdes
Assembly: Confluent.SchemaRegistry.Serdes.Protobuf.dll
Syntax
public static class ProtobufUtils

Fields

BuiltIns

Declaration
public static IDictionary<string, string> BuiltIns
Field Value
Type Description
IDictionary<string, string>

Methods

Parse(string, IDictionary<string, string>)

Declaration
public static FileDescriptorSet Parse(string schema, IDictionary<string, string> imports)
Parameters
Type Name Description
string schema
IDictionary<string, string> imports
Returns
Type Description
FileDescriptorSet

Transform(RuleContext, object, object, IFieldTransform)

Declaration
public static Task<object> Transform(RuleContext ctx, object desc, object message, IFieldTransform fieldTransform)
Parameters
Type Name Description
RuleContext ctx
object desc
object message
IFieldTransform fieldTransform
Returns
Type Description
Task<object>
In this article