Click here to Skip to main content
15,884,917 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i have a short hopefully simple question. I am trying to save a settingsobject using XML Serializer. The object contains some base types like int, string, double,
and a struct called unit. The struct is defined in one of my third party dependencies. When I serialize the whole object everything is serialized correctly except the unit struct. Is there a way to add a custom serialize method to the exsiting .Net XmlSerializer, that manages the serialization for the unit struct?

Kind regards
Manu
Posted

1 solution

use newtonsoft, it might solve..
 
Share this answer
 
Comments
m.bleimuth 17-Sep-12 8:06am    
maybe it would help, but i want to use the .net XMLSerializer, i guess Newtonsoft serializes only JSON.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900