![]() |
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.
|
A projection/entity especially designed to work with Azure Table storage. More...
Protected Member Functions | |
virtual TData | Deserialise (string json) |
Deserialise the provided json from its string representation. More... | |
virtual string | Serialise (TData data) |
Serialise the provided data . More... | |
virtual JsonSerializerSettings | GetSerialisationSettings () |
Returns DefaultSettings More... | |
virtual JsonSerializer | GetSerialiser () |
Creates a new JsonSerializer using the settings from GetSerialisationSettings. More... | |
Properties | |
static JsonSerializerSettings | DefaultSettings [get] |
The default JsonSerializerSettings to use. More... | |
A projection/entity especially designed to work with Azure Table storage.