-
-
- Interface IKafkaSerdesEntityType
-
-
-
-
- Assembly: MASES.EntityFrameworkCore.KNet.dll
- Syntax
-
-
public interface IKafkaSerdesEntityType
-
- Methods
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
- ConvertData(Object[])
-
-
- Declaration
-
-
object[] ConvertData(object[] input)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- Object[] |
- input |
- |
-
-
-
- Returns
-
-
-
- Type |
- Description |
-
-
-
-
- Object[] |
- |
-
-
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
-
-
-
- Declaration
-
-
object[] Deserialize(Headers headers, string arg)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- Org.Apache.Kafka.Common.Header.Headers |
- headers |
- |
-
-
- String |
- arg |
- |
-
-
-
- Returns
-
-
-
- Type |
- Description |
-
-
-
-
- Object[] |
- |
-
-
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
- Deserialize(String)
-
-
- Declaration
-
-
object[] Deserialize(string arg)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- String |
- arg |
- |
-
-
-
- Returns
-
-
-
- Type |
- Description |
-
-
-
-
- Object[] |
- |
-
-
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
-
-
-
- Declaration
-
-
TKey Deserialize<TKey>(Headers headers, string arg)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- Org.Apache.Kafka.Common.Header.Headers |
- headers |
- |
-
-
- String |
- arg |
- |
-
-
-
- Returns
-
-
-
- Type |
- Description |
-
-
-
-
- TKey |
- |
-
-
-
- Type Parameters
-
-
-
- Name |
- Description |
-
-
-
-
- TKey |
- |
-
-
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
- Deserialize<TKey>(String)
-
-
- Declaration
-
-
TKey Deserialize<TKey>(string arg)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- String |
- arg |
- |
-
-
-
- Returns
-
-
-
- Type |
- Description |
-
-
-
-
- TKey |
- |
-
-
-
- Type Parameters
-
-
-
- Name |
- Description |
-
-
-
-
- TKey |
- |
-
-
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
-
-
-
- Declaration
-
-
string Serialize(Headers headers, params object[] args)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- Org.Apache.Kafka.Common.Header.Headers |
- headers |
- |
-
-
- Object[] |
- args |
- |
-
-
-
- Returns
-
-
-
- Type |
- Description |
-
-
-
-
- String |
- |
-
-
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
- Serialize(Object[])
-
-
- Declaration
-
-
string Serialize(params object[] args)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- Object[] |
- args |
- |
-
-
-
- Returns
-
-
-
- Type |
- Description |
-
-
-
-
- String |
- |
-
-
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
- Serialize<TKey>(TKey)
-
-
- Declaration
-
-
string Serialize<TKey>(TKey key)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- TKey |
- key |
- |
-
-
-
- Returns
-
-
-
- Type |
- Description |
-
-
-
-
- String |
- |
-
-
-
- Type Parameters
-
-
-
- Name |
- Description |
-
-
-
-
- TKey |
- |
-
-
-
-
- |
- Improve this Doc
-
-
- View Source
-
-
-
-
-
- Declaration
-
-
string Serialize<TKey>(Headers headers, TKey key)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- Org.Apache.Kafka.Common.Header.Headers |
- headers |
- |
-
-
- TKey |
- key |
- |
-
-
-
- Returns
-
-
-
- Type |
- Description |
-
-
-
-
- String |
- |
-
-
-
- Type Parameters
-
-
-
- Name |
- Description |
-
-
-
-
- TKey |
- |
-
-
-
-