Show / Hide Table of Contents

Class Json

Inheritance
object
Json
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke.dll
Syntax
public static class Json

Methods

Deserialize<T>(string)

Declaration
public static T Deserialize<T>(string json)
Parameters
Type Name Description
string json
Returns
Type Description
T
Type Parameters
Name Description
T

Serialize<T>(T)

Declaration
public static string Serialize<T>(T obj)
Parameters
Type Name Description
T obj
Returns
Type Description
string
Type Parameters
Name Description
T
Back to top by the community, for the community... #DNNCMS