Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hi,

I have a requirement in which i want to serialize various properties like System.Windows.FontWeight,FontStretch and other such structs with the help of JavaScriptSerializer.

But it is giving empty json value of above properties on serializing the object having struct data type properties to json.

Any generic solution to the above problem??

Thanks

Dhiraj V
Posted

1 solution

C#
JsonValue = json.Serialize(List_name/Class_name.Value_tobe_serialised));

Try this
 
Share this answer
 
v2
Comments
Dhiraj V 10-Jan-13 9:42am    
This is not working for properties that are of struct Type.It gives always Empty JSON as Value corresponding to struct properties even if they are set to some Value.
For Properties of Class Type,it is working Fine.
Dhiraj V 11-Jan-13 0:55am    
Any Update on above issue??
Dhiraj V 11-Jan-13 1:52am    
To be specific,I am facing this issue with FontWeight and FontStretch structs.

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