Commanded v1.0.0 Commanded.Serialization.JsonDecoder protocol View Source
Link to this section Summary
Functions
Protocol to allow additional decoding of a value that has been deserialized
using the Commanded.Serialization.JsonSerializer
.
Link to this section Types
Link to this section Functions
Protocol to allow additional decoding of a value that has been deserialized
using the Commanded.Serialization.JsonSerializer
.
The protocol is optional. The default behaviour is to to return the value if an explicit protocol is not defined.