True DBGrid for WinForms
Serialize(Stream,Object,MemberInfo,XmlSerializerNamespaces) メソッド

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid.Util.Xml.Serialization 名前空間 > Serializer クラス > Serialize メソッド : Serialize(Stream,Object,MemberInfo,XmlSerializerNamespaces) メソッド
The Stream used to write the XML-document instance
The Object to serialize
The FieldInfo or MemberInfo object context for the object to serialize
The XmlSerializerNamespaces referenced by the object
Serializes the specified Object and writes the XML-document instance to a file using the specified Stream.
シンタックス
'宣言
 
Public Overloads Sub Serialize( _
   ByVal stream As System.IO.Stream, _
   ByVal o As System.Object, _
   ByVal mi As System.Reflection.MemberInfo, _
   ByVal namespaces As System.Xml.Serialization.XmlSerializerNamespaces _
) 
public void Serialize( 
   System.IO.Stream stream,
   System.object o,
   System.Reflection.MemberInfo mi,
   System.Xml.Serialization.XmlSerializerNamespaces namespaces
)

パラメータ

stream
The Stream used to write the XML-document instance
o
The Object to serialize
mi
The FieldInfo or MemberInfo object context for the object to serialize
namespaces
The XmlSerializerNamespaces referenced by the object
参照

Serializer クラス
Serializer メンバ
オーバーロード一覧