CQRS.NET
2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Public Member Functions | |
string | SerialiseEvent< TEvent > (TEvent @event) |
string | SerialiseCommand< TCommand > (TCommand command) |
IEvent< TAuthenticationToken > | DeserialiseEvent (string @event) |
ICommand< TAuthenticationToken > | DeserialiseCommand (string @event) |
Protected Member Functions | |
virtual JsonSerializerSettings | GetSerialisationSettings () |
Properties | |
static JsonSerializerSettings | DefaultSettings [get] |