PowerTools SPREAD for ASP.NET 8.0J
SetObjectXml メソッド

逆シリアル化するオブジェクト
GetObjectXmlから返されたXML文字列
XML要素の名前
GetObjectXmlメソッドによって保存されたオブジェクトを、指定したXML文字列を使用して逆シリアル化します。
構文
'Declaration
 
Public Shared Function SetObjectXml( _
   ByVal o As ISerializeSupport, _
   ByVal xml As String, _
   ByVal elementName As String _
) As Boolean
public static bool SetObjectXml( 
   ISerializeSupport o,
   string xml,
   string elementName
)

パラメータ

o
逆シリアル化するオブジェクト
xml
GetObjectXmlから返されたXML文字列
elementName
XML要素の名前

戻り値の型

成功した場合はtrue、それ以外の場合はfalse
参照

Serializer クラス
Serializer メンバ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.