![]()  | 
  
    CQRS.NET
    4.0
    
   A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments. 
   | 
 
Serialises events and commands. More...
 Inheritance diagram for Cqrs.Azure.ServiceBus.MessageSerialiser< TAuthenticationToken >:Public Member Functions | |
| virtual string | SerialiseEvent< TEvent > (TEvent @event) | 
| Serialise the provided event .  More... | |
| virtual string | SerialiseCommand< TCommand > (TCommand command) | 
| Serialise the provided command .  More... | |
| virtual IEvent< TAuthenticationToken > | DeserialiseEvent (string @event) | 
| Deserialise the provided event  from its string representation.  More... | |
| virtual ICommand< TAuthenticationToken > | DeserialiseCommand (string command) | 
| Deserialise the provided command  from its string representation.  More... | |
Protected Member Functions | |
| virtual JsonSerializerSettings | GetSerialisationSettings () | 
| Returns DefaultSettings  More... | |
Properties | |
| static JsonSerializerSettings | DefaultSettings [get] | 
| The default JsonSerializerSettings to use.  More... | |