confluent-kafka-dotnet
Show / Hide Table of Contents

Class SchemaIdStrategyExtensions

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

Methods

ToDeserializer(SchemaIdDeserializerStrategy)

Declaration
public static ISchemaIdDecoder ToDeserializer(this SchemaIdDeserializerStrategy strategy)
Parameters
Type Name Description
SchemaIdDeserializerStrategy strategy
Returns
Type Description
ISchemaIdDecoder

ToEncoder(SchemaIdSerializerStrategy)

Declaration
public static ISchemaIdEncoder ToEncoder(this SchemaIdSerializerStrategy strategy)
Parameters
Type Name Description
SchemaIdSerializerStrategy strategy
Returns
Type Description
ISchemaIdEncoder
In this article