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

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid.Util.Xml.Serialization 名前空間 > Serializer クラス > Serialize メソッド : Serialize(Stream,Object,MemberInfo,XmlSerializerNamespaces,XmlTextWriter) メソッド
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
The XmlWriter object reference. Call writer.Close after working with stream/writer.
Serializes the specified Object and writes the XML-document instance to a file using the specified Stream. DOES NOT close the underlying stream. Useful for copying objects. Caller is responsible to call out writer.Close() to close writer and underlying 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, _
   ByRef writer As System.Xml.XmlTextWriter _
) 
public void Serialize( 
   System.IO.Stream stream,
   System.object o,
   System.Reflection.MemberInfo mi,
   System.Xml.Serialization.XmlSerializerNamespaces namespaces,
   out System.Xml.XmlTextWriter writer
)

パラメータ

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
writer
The XmlWriter object reference. Call writer.Close after working with stream/writer.
参照

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