Show / Hide Table of Contents

Interface ISerializationManager

Namespace: DotNetNuke.Abstractions
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface ISerializationManager

Methods

DeserializeProperty<T>(T, PropertyInfo, string)

Declaration
void DeserializeProperty<T>(T myObject, PropertyInfo property, string propertyValue) where T : class, new()
Parameters
Type Name Description
T myObject
PropertyInfo property
string propertyValue
Type Parameters
Name Description
T

DeserializeProperty<T>(T, PropertyInfo, string, string)

Declaration
void DeserializeProperty<T>(T myObject, PropertyInfo property, string propertyValue, string serializer) where T : class, new()
Parameters
Type Name Description
T myObject
PropertyInfo property
string propertyValue
string serializer
Type Parameters
Name Description
T

DeserializeValue<T>(string)

Declaration
T DeserializeValue<T>(string value)
Parameters
Type Name Description
string value
Returns
Type Description
T
Type Parameters
Name Description
T

DeserializeValue<T>(string, string)

Declaration
T DeserializeValue<T>(string value, string serializer)
Parameters
Type Name Description
string value
string serializer
Returns
Type Description
T
Type Parameters
Name Description
T

SerializeProperty<T>(T, PropertyInfo)

Declaration
string SerializeProperty<T>(T myObject, PropertyInfo property)
Parameters
Type Name Description
T myObject
PropertyInfo property
Returns
Type Description
string
Type Parameters
Name Description
T

SerializeProperty<T>(T, PropertyInfo, string)

Declaration
string SerializeProperty<T>(T myObject, PropertyInfo property, string serializer)
Parameters
Type Name Description
T myObject
PropertyInfo property
string serializer
Returns
Type Description
string
Type Parameters
Name Description
T

SerializeValue<T>(T)

Declaration
string SerializeValue<T>(T value)
Parameters
Type Name Description
T value
Returns
Type Description
string
Type Parameters
Name Description
T

SerializeValue<T>(T, string)

Declaration
string SerializeValue<T>(T value, string serializer)
Parameters
Type Name Description
T value
string serializer
Returns
Type Description
string
Type Parameters
Name Description
T

Extension Methods

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