3 references to LosFormatter
System.Web.Mobile (3)
UI\MobileControls\MobilePage.cs (1)
1484
_stateFormatter = new
LosFormatter
();
UI\MobileControls\SessionViewState.cs (2)
152
ViewState = new
LosFormatter
().Deserialize(s);
166
new
LosFormatter
().Serialize(s, ViewState);