Interface IRabbitMqSerializer
Namespace: Volo.Abp.RabbitMQ
Assembly: Volo.Abp.RabbitMQ.dll
Syntax
public interface IRabbitMqSerializer
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[] |