Header menu logo Migrondi

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

this.Decode

Full Usage: this.Decode

Parameters:
    content : string - The string to deserialize

Returns: MigrondiConfig
Modifiers: abstract

Takes a string and returns a MigrondiConfig object

content : string

The string to deserialize

Returns: MigrondiConfig
DeserializationFailed Thrown when the serialization fails

this.Encode

Full Usage: this.Encode

Parameters:
Returns: string A string
Modifiers: abstract

Takes a MigrondiConfig object and returns a string

content : MigrondiConfig

The MigrondiConfig object to serialize

Returns: string

A string

Type something to start searching.