Show / Hide Table of Contents

Class KafkaJsonDeserializer<TMessage>

Inheritance
object
KafkaJsonDeserializer<TMessage>
Implements
IDeserializer<TMessage>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NotifyHub.Kafka.Configurations
Assembly: NotifyHub.Kafka.dll
Syntax
public class KafkaJsonDeserializer<TMessage> : IDeserializer<TMessage>
Type Parameters
Name Description
TMessage

Methods

| Edit this page View Source

Deserialize(ReadOnlySpan<byte>, bool, SerializationContext)

Deserialize a message key or value.

Declaration
public TMessage Deserialize(ReadOnlySpan<byte> data, bool isNull, SerializationContext context)
Parameters
Type Name Description
ReadOnlySpan<byte> data

The data to deserialize.

bool isNull

Whether or not the value is null.

SerializationContext context

Context relevant to the deserialize operation.

Returns
Type Description
TMessage

The deserialized value.

Implements

Confluent.Kafka.IDeserializer<T>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX