Méthode System::Xml::Serialization::XmlSerializer::Serialize
Contenu
[
Cacher
]XmlSerializer::Serialize(System::SharedPtr<IO::Stream>, System::SharedPtr<Object>) method
Sérialise le document en XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<IO::Stream> stream, System::SharedPtr<Object> o)
| Paramètre | Type | Description |
|---|---|---|
| flux | System::SharedPtr<IO::Stream> | Flux de destination. |
| o | System::SharedPtr<Object> | Object à sérialiser. |
Voir aussi
- Typedef SharedPtr
- Class Stream
- Class Object
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Font for C++
XmlSerializer::Serialize(System::SharedPtr<IO::Stream>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>) method
Sérialise le document en XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<IO::Stream> stream, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces)
| Paramètre | Type | Description |
|---|---|---|
| flux | System::SharedPtr<IO::Stream> | Flux de destination. |
| o | System::SharedPtr<Object> | Object à sérialiser. |
| espaces de noms | System::SharedPtr<XmlSerializerNamespaces> | Stockage de l’espace de noms. |
Voir aussi
- Typedef SharedPtr
- Class Stream
- Class Object
- Class XmlSerializerNamespaces
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Font for C++
XmlSerializer::Serialize(System::SharedPtr<IO::TextWriter>, System::SharedPtr<Object>) method
Sérialise le document en XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<IO::TextWriter> textWriter, System::SharedPtr<Object> o)
| Paramètre | Type | Description |
|---|---|---|
| textWriter | System::SharedPtr<IO::TextWriter> | Flux de destination. |
| o | System::SharedPtr<Object> | Object à sérialiser. |
Voir aussi
- Typedef SharedPtr
- Class TextWriter
- Class Object
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Font for C++
XmlSerializer::Serialize(System::SharedPtr<IO::TextWriter>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>) method
Sérialise le document en XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<IO::TextWriter> textWriter, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces)
| Paramètre | Type | Description |
|---|---|---|
| textWriter | System::SharedPtr<IO::TextWriter> | Flux de destination. |
| o | System::SharedPtr<Object> | Object à sérialiser. |
| espaces de noms | System::SharedPtr<XmlSerializerNamespaces> | Stockage de l’espace de noms. |
Voir aussi
- Typedef SharedPtr
- Class TextWriter
- Class Object
- Class XmlSerializerNamespaces
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Font for C++
XmlSerializer::Serialize(System::SharedPtr<XmlWriter>, System::SharedPtr<Object>) method
Sérialise le document en XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<XmlWriter> xmlWriter, System::SharedPtr<Object> o)
| Paramètre | Type | Description |
|---|---|---|
| xmlWriter | System::SharedPtr<XmlWriter> | Flux de destination. |
| o | System::SharedPtr<Object> | Object à sérialiser. |
Voir aussi
- Typedef SharedPtr
- Class XmlWriter
- Class Object
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Font for C++
XmlSerializer::Serialize(System::SharedPtr<XmlWriter>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>) method
Sérialise le document en XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<XmlWriter> xmlWriter, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces)
| Paramètre | Type | Description |
|---|---|---|
| xmlWriter | System::SharedPtr<XmlWriter> | Flux de destination. |
| o | System::SharedPtr<Object> | Object à sérialiser. |
| espaces de noms | System::SharedPtr<XmlSerializerNamespaces> | Stockage de l’espace de noms. |
Voir aussi
- Typedef SharedPtr
- Class XmlWriter
- Class Object
- Class XmlSerializerNamespaces
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Font for C++
XmlSerializer::Serialize(System::SharedPtr<XmlWriter>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>, String) method
Sérialise le document en XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<XmlWriter> xmlWriter, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces, String encodingStyle)
| Paramètre | Type | Description |
|---|---|---|
| xmlWriter | System::SharedPtr<XmlWriter> | Flux de destination. |
| o | System::SharedPtr<Object> | Object à sérialiser. |
| espaces de noms | System::SharedPtr<XmlSerializerNamespaces> | Stockage de l’espace de noms. |
| encodingStyle | String | Style à utiliser lors de la sérialisation de l’objet. |
Voir aussi
- Typedef SharedPtr
- Class XmlWriter
- Class Object
- Class XmlSerializerNamespaces
- Class String
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Font for C++
XmlSerializer::Serialize(System::SharedPtr<XmlWriter>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>, String, String) method
Sérialise le document en XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<XmlWriter> xmlWriter, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces, String encodingStyle, String id)
| Paramètre | Type | Description |
|---|---|---|
| xmlWriter | System::SharedPtr<XmlWriter> | Flux de destination. |
| o | System::SharedPtr<Object> | Object à sérialiser. |
| espaces de noms | System::SharedPtr<XmlSerializerNamespaces> | Stockage de l’espace de noms. |
| encodingStyle | String | Style à utiliser lors de la sérialisation de l’objet. |
| id | String | Object id à utiliser lors de sa sérialisation. |
Voir aussi
- Typedef SharedPtr
- Class XmlWriter
- Class Object
- Class XmlSerializerNamespaces
- Class String
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Font for C++