ManagerSerializer.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:
virtual System::String ^ Serialize(System::Object ^ obj);
public string Serialize (object obj);
abstract member Serialize : obj -> string
override this.Serialize : obj -> string
Public Function Serialize (obj As Object) As String
Parameters
- obj
- Object
The object to be serialized.
Returns
The serialized object.