T
type of target object
BenSelect Documentation
Deserialize<T> Method
See Also  Send Feedback
Selerix.Foundation.Data Namespace > SerializationHelperEx Class : Deserialize<T> Method
doc
The XDocunent
Deserializes from XDocument

Syntax

JScript 
public static function Deserialize( 
   doc : XDocument
) : T;

Parameters

doc
The XDocunent

Type Parameters

T
type of target object

Exceptions

ExceptionDescription
System.ArgumentNullExceptionThe exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.