1 interface inheriting from IStateFormatter
System.Web (1)
UI\IStateFormatter2.cs (1)
15internal interface IStateFormatter2 : IStateFormatter {
1 implementation of IStateFormatter
System.Web (1)
UI\ObjectStateFormatter.cs (1)
45public sealed class ObjectStateFormatter : IStateFormatter, IStateFormatter2, IFormatter {
4 references to IStateFormatter
System.Web (4)
UI\ObjectStateFormatter.cs (2)
1201object IStateFormatter.Deserialize(string serializedState) { 1205string IStateFormatter.Serialize(object state) {
UI\PageStatePersister.cs (1)
37protected IStateFormatter StateFormatter {
UI\Util.cs (1)
45internal static string SerializeWithAssert(IStateFormatter formatter, object stateGraph) {