System::Xml::Serialization::XmlSerializer::Serialize metodo
Contenuti
[
Nascondere
]XmlSerializer::Serialize(System::SharedPtr<IO::Stream>, System::SharedPtr<Object>) method
Serializza il documento in XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<IO::Stream> stream, System::SharedPtr<Object> o)
| Parametro | Tipo | Descrizione |
|---|---|---|
| stream | System::SharedPtr<IO::Stream> | Flusso di destinazione. |
| o | System::SharedPtr<Object> | Object da serializzare. |
Vedi anche
- 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
Serializza il documento in XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<IO::Stream> stream, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces)
| Parametro | Tipo | Descrizione |
|---|---|---|
| stream | System::SharedPtr<IO::Stream> | Flusso di destinazione. |
| o | System::SharedPtr<Object> | Object da serializzare. |
| spazi dei nomi | System::SharedPtr<XmlSerializerNamespaces> | Memorizzazione dello spazio dei nomi. |
Vedi anche
- 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
Serializza il documento in XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<IO::TextWriter> textWriter, System::SharedPtr<Object> o)
| Parametro | Tipo | Descrizione |
|---|---|---|
| textWriter | System::SharedPtr<IO::TextWriter> | Flusso di destinazione. |
| o | System::SharedPtr<Object> | Object da serializzare. |
Vedi anche
- 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
Serializza il documento in XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<IO::TextWriter> textWriter, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces)
| Parametro | Tipo | Descrizione |
|---|---|---|
| textWriter | System::SharedPtr<IO::TextWriter> | Flusso di destinazione. |
| o | System::SharedPtr<Object> | Object da serializzare. |
| spazi dei nomi | System::SharedPtr<XmlSerializerNamespaces> | Memorizzazione dello spazio dei nomi. |
Vedi anche
- 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
Serializza il documento in XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<XmlWriter> xmlWriter, System::SharedPtr<Object> o)
| Parametro | Tipo | Descrizione |
|---|---|---|
| xmlWriter | System::SharedPtr<XmlWriter> | Flusso di destinazione. |
| o | System::SharedPtr<Object> | Object da serializzare. |
Vedi anche
- 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
Serializza il documento in XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<XmlWriter> xmlWriter, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces)
| Parametro | Tipo | Descrizione |
|---|---|---|
| xmlWriter | System::SharedPtr<XmlWriter> | Flusso di destinazione. |
| o | System::SharedPtr<Object> | Object da serializzare. |
| spazi dei nomi | System::SharedPtr<XmlSerializerNamespaces> | Memorizzazione dello spazio dei nomi. |
Vedi anche
- 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
Serializza il documento in XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<XmlWriter> xmlWriter, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces, String encodingStyle)
| Parametro | Tipo | Descrizione |
|---|---|---|
| xmlWriter | System::SharedPtr<XmlWriter> | Flusso di destinazione. |
| o | System::SharedPtr<Object> | Object da serializzare. |
| spazi dei nomi | System::SharedPtr<XmlSerializerNamespaces> | Memorizzazione dello spazio dei nomi. |
| encodingStyle | Stringa | Stile da usare durante la serializzazione dell’oggetto. |
Vedi anche
- 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
Serializza il documento in XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<XmlWriter> xmlWriter, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces, String encodingStyle, String id)
| Parametro | Tipo | Descrizione |
|---|---|---|
| xmlWriter | System::SharedPtr<XmlWriter> | Flusso di destinazione. |
| o | System::SharedPtr<Object> | Object da serializzare. |
| spazi dei nomi | System::SharedPtr<XmlSerializerNamespaces> | Memorizzazione dello spazio dei nomi. |
| encodingStyle | Stringa | Stile da usare durante la serializzazione dell’oggetto. |
| id | String | Object id da usare durante la sua serializzazione. |
Vedi anche
- Typedef SharedPtr
- Class XmlWriter
- Class Object
- Class XmlSerializerNamespaces
- Class String
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Font for C++