I am trying to convert MyObject to XML with NewtonSoft.
I did not found directly convert an object to XML doc in NewtonSoft docs (NwetonSOftDocs)
So i thinked, i can firstly convert MyObject to JSON then i can convert to XML but it did not work.
I am trying to convert MyObject to XML with NewtonSoft.
I did not found directly convert an object to XML doc in NewtonSoft docs (NwetonSOftDocs)
So i thinked, i can firstly convert MyObject to JSON then i can convert to XML but it did not work.