1 implementation of Serialize
System.Web (1)
UI\ObjectStateFormatter.cs (1)
1205string IStateFormatter.Serialize(object state) {
1 reference to Serialize
System.Web (1)
UI\Util.cs (1)
46return formatter.Serialize(stateGraph);