WinCompose.SettingsEntry.Serialize C# (CSharp) Method

Serialize() protected abstract method

Serializes the given value into a string. This method should not throw any unhandled exception.
protected abstract Serialize ( object value ) : string
value object The value to serialize.
return string
        protected abstract string Serialize(object value);