WinCompose.SettingsEntry.Deserialize C# (CSharp) Méthode

Deserialize() protected abstract méthode

Deserializes the given string into an object of the type of this entry. This method should not throw any unhandled exception.
protected abstract Deserialize ( string str ) : object
str string The string to deserialize.
Résultat object
        protected abstract object Deserialize(string str);