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