Class KeyGestureValueSerializer
KeyGestureValueSerializer - Converter class for serializing a KeyGesture
public class KeyGestureValueSerializer : ValueSerializer
- Inheritance
-
KeyGestureValueSerializer
Methods
- CanConvertFromString(string, IValueSerializerContext)
Returns true if the given value can be converted from a string.
- CanConvertToString(object, IValueSerializerContext)
Returns true if the given value can be converted to a string.
- ConvertFromString(string, IValueSerializerContext)
Convert a string to an object. This method should only be called if CanConvertFromString returns true for the given string.
- ConvertToString(object, IValueSerializerContext)
Converts the given value to a string for use in serialization. This method should only be called if CanConvertToString returns true for the given value.