Interface IServiceBusMessageSerializer
Assembly: AzureFromTheTrenches.Commanding.AzureServiceBus.dll
Syntax
public interface IServiceBusMessageSerializer
Methods
|
Improve this Doc
View Source
Deserialize<TCommand>(Byte[])
Declaration
TCommand Deserialize<TCommand>(byte[] serializedCommand)
where TCommand : ICommand
Parameters
Type |
Name |
Description |
System.Byte[] |
serializedCommand |
|
Returns
Type |
Description |
TCommand |
|
Type Parameters
Name |
Description |
TCommand |
|
|
Improve this Doc
View Source
Serialize(ICommand)
Declaration
byte[] Serialize(ICommand command)
Parameters
Returns
Type |
Description |
System.Byte[] |
|