Syntax:

public static object DeSerializeObject( string XML,
	Type ObjectType );
Parameters: string XML

Type ObjectType

See also:

Class wwUtils

Overloads:

public static object DeSerializeObject( string Filename, Type ObjectType, bool BinarySerialization );
public static object DeSerializeObject( XmlReader reader, Type ObjectType );
public static object DeSerializeObject( Byte[] Buffer, Type ObjectType );

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