.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Serializes the given object to xml

Namespace: Org.IdentityConnectors.Framework.Common.Serializer
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public static string SerializeXmlObject(
	Object obj,
	bool includeHeader
)

Parameters

obj
Type: System..::..Object
includeHeader
Type: System..::..Boolean
True if we are to include the xml header.

Return Value

Type: String
The xml

See Also