pub fn to_value<T: Serialize>(value: &T) -> Result<Value, Error>
Converts a T into a Value which can represent any valid plist.
T
Value