Show / Hide Table of Contents

Class AttributeBasedViewStateSerializer

Inheritance
object
AttributeBasedViewStateSerializer
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.Mvp
Assembly: DotNetNuke.Web.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 9.2.0. Replace WebFormsMvp and DotNetNuke.Web.Mvp with MVC or SPA patterns instead. Scheduled for removal in v11.0.0.")]
public class AttributeBasedViewStateSerializer

Constructors

AttributeBasedViewStateSerializer()

Declaration
public AttributeBasedViewStateSerializer()

Methods

DeSerialize(object, StateBag)

Declaration
public static void DeSerialize(object value, StateBag state)
Parameters
Type Name Description
object value
StateBag state

Serialize(object, StateBag)

Declaration
public static void Serialize(object value, StateBag state)
Parameters
Type Name Description
object value
StateBag state

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS