[This is preliminary documentation and is subject to change.]
Serializes the XML node to a JSON string.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public static string SerializeXmlNode( XmlNode node ) |
Visual Basic (Declaration) |
---|
Public Shared Function SerializeXmlNode ( _ node As XmlNode _ ) As String |
Visual C++ |
---|
public: static String^ SerializeXmlNode( XmlNode^ node ) |
Parameters
- node
- Type: System.Xml..::.XmlNode
The node to serialize.