Serializes an object instance to a file.

Syntax:

public static bool SerializeObject( object Instance,
	ref Byte[] ResultBuffer );
Parameters: Instance
the object instance to serialize

ResultBuffer

See also:

Class wwUtils

Overloads:

public static bool SerializeObject( object Instance, string Filename, bool BinarySerialization );
public static bool SerializeObject( object Instance, XmlTextWriter writer );
public static bool SerializeObject( object Instance, ref string XmlResultString );

Last Updated: 1/28/2007 | Send topic feedback