Interface ICommandAuditSerializer
Serializer used by the audit pipeline
Namespace: AzureFromTheTrenches.Commanding.Abstractions
Assembly: AzureFromTheTrenches.Commanding.Abstractions.dll
Syntax
public interface ICommandAuditSerializer
Methods
| Improve this Doc View SourceSerialize(ICommand)
Serialize the command
Declaration
string Serialize(ICommand command)
Parameters
| Type | Name | Description |
|---|---|---|
| ICommand | command | The command to serialize |
Returns
| Type | Description |
|---|---|
| System.String | A serialized version of the command |