[This is preliminary documentation and is subject to change.]

Serializes the object

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static bool Serialize(
	Object o,
	ref StringBuilder sb
)
Visual Basic (Declaration)
Public Shared Function Serialize ( _
	o As Object, _
	ByRef sb As StringBuilder _
) As Boolean
Visual C++
public:
static bool Serialize(
	Object^ o, 
	StringBuilder^% sb
)

Parameters

o
Type: System..::.Object
The object to be serialized
sb
Type: System.Text..::.StringBuilder%
The string buffer where the serialized value will be written

Return Value

true if the serialization is successful, false otherwise

See Also