I have an object that I want to serialize to Json format I\'m using:
public string ToJson() { JavaScriptSerializer jsonSerializer = new JavaS
Use the ScriptIgnoreAttribute.