pub fn to_string<S>(value: &S) -> Result<String, DeError>where S: Serialize,
Serialize struct into a String
String