[This is preliminary documentation and is subject to change.]
Serialize an object into a string. Precondition is that in the Class definition
you should have implemented the ISerialize interface. Example: meetingAttendee class.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public static string DotNetSerialize( Object o ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function DotNetSerialize ( _ o As Object _ ) As String |
| Visual C++ |
|---|
public: static String^ DotNetSerialize( Object^ o ) |
Parameters
- o
- Type: System..::.Object
The Object to be serialized
