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.
Cqrs.EventStore.Bus.EventConverter Class Reference

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...
 

Detailed Description

Converts a stream of JSON text using deserialisation.