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
TypeNameDescription
SchemaIdDeserializerStrategystrategy
Returns
TypeDescription
ISchemaIdDecoder

ToEncoder(SchemaIdSerializerStrategy)

Declaration
public static ISchemaIdEncoder ToEncoder(this SchemaIdSerializerStrategy strategy)
Parameters
TypeNameDescription
SchemaIdSerializerStrategystrategy
Returns
TypeDescription
ISchemaIdEncoder
In this article