![]() |
CQRS.NET
2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Converts a stream of JSON text using deserialisation. More...
Static Public Member Functions | |
static TEvent | GetEventFromData< TEvent > (byte[] eventData, string typeName) |
Assumes the provided eventData is a strean of JSON text and deserialises the provided eventData into an object of type typeName then casts to TEvent . More... | |
Converts a stream of JSON text using deserialisation.