confluent-kafka-dotnet
Show / Hide Table of Contents

Class AvroUtils

Avro utilities

Inheritance
object
AvroUtils
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.Avro.dll
Syntax
public static class AvroUtils

Methods

Transform(RuleContext, Schema, object, IFieldTransform)

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