Interface IKafkaSerializer
Namespace: Volo.Abp.Kafka
Assembly: Volo.Abp.Kafka.dll
Syntax
public interface IKafkaSerializer
Methods
Deserialize(Byte[], Type)
Declaration
object Deserialize(byte[] value, Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | value | |
| Type | type |
Returns
| Type | Description |
|---|---|
| System.Object |
Serialize(Object)
Declaration
byte[] Serialize(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj |
Returns
| Type | Description |
|---|---|
| System.Byte[] |