Show / Hide Table of Contents

Interface ISettingsSerializer<T>

Namespace: DotNetNuke.Entities.Modules.Settings
Assembly: DotNetNuke.dll
Syntax
public interface ISettingsSerializer<T>
Type Parameters
Name Description
T

Methods

Deserialize(string)

Declaration
T Deserialize(string value)
Parameters
Type Name Description
string value
Returns
Type Description
T

Serialize(T)

Declaration
string Serialize(T value)
Parameters
Type Name Description
T value
Returns
Type Description
string

Extension Methods

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