Title here
Summary here
public class KafkaDestination<TInput>.DefaultRowSerializer : ISerializer<TInput>Serialize the key or value of a Confluent.Kafka.Message<TKey, TValue> instance.
public byte[] Serialize(TInput data, SerializationContext context)| Type | Name | Description |
|---|---|---|
| TInput | data | The value to serialize. |
| SerializationContext | context | Context relevant to the serialize operation. |
| Type | Description |
|---|---|
| byte[] | The serialized value. |