SerializeHashTableXml serializes a Hashtable using Xml Serialization
Namespace: DotNetNuke.CommonAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static string SerializeHashTableXml( Hashtable Source ) |
Visual Basic |
---|
Public Shared Function SerializeHashTableXml ( Source As Hashtable ) As String |
Parameters
- Source
- Type: System.Collections..::..Hashtable
The Hashtable to serialize
Return Value
The serialized String
Remarks
This is the preferred method of serialization under Medium Trust