Overload that supports passing in an XML TextWriter. Note the Writer is not closed

Syntax:

public static bool SerializeObject( object Instance,
	XmlTextWriter writer );
Parameters: Instance

writer

See also:

Class wwUtils

Overloads:

public static bool SerializeObject( object Instance, string Filename, bool BinarySerialization );
public static bool SerializeObject( object Instance, ref string XmlResultString );
public static bool SerializeObject( object Instance, ref Byte[] ResultBuffer );

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