![]() |
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 StructSerializerBase<TValue> with reasonable level support for structs. More...
Public Member Functions | |
override void | Serialize (BsonSerializationContext context, BsonSerializationArgs args, TStruct value) |
Serializes the provide value as a set of key/value pairs. More... | |
override TStruct | Deserialize (BsonDeserializationContext context, BsonDeserializationArgs args) |
Deserialises a value from key/value pairs. More... | |
A StructSerializerBase<TValue> with reasonable level support for structs.
TStruct | The Type of struct. |
TStruct | : | struct |