Serialize Method

HttpServer.dll

Serializes object to XML.

Namespace:  HttpServer.Helpers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static string Serialize(
	Object value
)
Visual Basic (Declaration)
Public Shared Function Serialize ( _
	value As Object _
) As String
Visual C++
public:
static String^ Serialize(
	Object^ value
)

Parameters

value
Type: System..::.Object
object to serialize.

Return Value

xml

Remarks

Removes namespaces and adds intendation

See Also