Show / Hide Table of Contents

Interface IServiceBusMessageSerializer

Namespace: AzureFromTheTrenches.Commanding.AzureServiceBus
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
Type Name Description
ICommand command
Returns
Type Description
System.Byte[]
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall