IMiConfigurationSerializer Type
This is a container service for the actual serializers of the application, given that the formats don't change that often they're enclosed in this service to avoid having to keep track of multiple services all over the place.
Instance members
Instance member | Description | ||
Full Usage:
this.Decode
Parameters:
string
-
The string to deserialize
Returns: MigrondiConfig
Modifiers: abstract |
|
||
Full Usage:
this.Encode
Parameters:
MigrondiConfig
-
The MigrondiConfig object to serialize
Returns: string
A string
Modifiers: abstract |