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.

◆ Deserialise()

Snapshot Cqrs.Events.ISnapshotDeserialiser.Deserialise ( EventData  eventData)

Deserialise the provided eventData into an Snapshot.

Parameters
eventDataThe EventData to Deserialise.

Implemented in Cqrs.Events.SnapshotDeserialiser, and Cqrs.MongoDB.Serialisers.MongoDbSnapshotDeserialiser.