IDTSManagedSerializer100.Serialize(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serializes an object.
public:
System::String ^ Serialize(System::Object ^ pObject);
public string Serialize (object pObject);
abstract member Serialize : obj -> string
Public Function Serialize (pObject As Object) As String
Parameters
- pObject
- Object
The object to be serialiazed.
Returns
The serialized object.