pub fn to_value<T>(t: &T) -> Result<Value, SerializeError>where T: Serialize,
Serializes this object into its Value representation.
Value