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.
オーバーロード一覧
| オーバーロード | 解説 |
| Serialize(Stream,Object,XmlSerializerNamespaces,XmlTextWriter) | 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. |
| Serialize(Stream,Object,XmlSerializerNamespaces) | Serializes the specified Object and writes the XML-document instance to a file using the specified Stream. |
| Serialize(XmlTextWriter,Object,XmlSerializerNamespaces) | Serializes the specified Object and writes the XML-document instance to a file using the specified XmlWriter |
| Serialize(Stream,Object,MemberInfo,XmlSerializerNamespaces,XmlTextWriter) | 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. |
| Serialize(Stream,Object,MemberInfo,XmlSerializerNamespaces,XmlTextWriter,Attribute[]) | |
| Serialize(Stream,Object,MemberInfo,XmlSerializerNamespaces) | Serializes the specified Object and writes the XML-document instance to a file using the specified Stream. |
| Serialize(XmlTextWriter,Object,MemberInfo,XmlSerializerNamespaces,Attribute[]) | Serializes the specified Object and writes the XML-document instance to a file using the specified XmlWriter |
| Serialize(Object,MemberInfo,XmlSerializerNamespaces) | Serializes the specified object to an XML formatted string. |
参照