JavaScriptSerializer serializer = new JavaScriptSerializer();
string sJSON = serializer.Serialize(pt);
This works fine except that it also includes fields that are set as [NonSerialized]
Is there a way to exclude those fields?
This works fine except that it also includes fields that are set as |
||||
|
|
|
the |
|||
|
|
|
I think you are looking for the
|
|||
|
|