System::Xml::Serialization::XmlSerializer::Serialize method
Contenido
[
Ocultar
]XmlSerializer::Serialize(System::SharedPtr<IO::Stream>, System::SharedPtr<Object>) method
Serializa el documento en XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<IO::Stream> stream, System::SharedPtr<Object> o)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | System::SharedPtr<IO::Stream> | Flujo de destino. |
| o | System::SharedPtr<Object> | Object para serializar. |
Ver también
- Typedef SharedPtr
- Class Stream
- Class Object
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Page for C++
XmlSerializer::Serialize(System::SharedPtr<IO::Stream>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>) method
Serializa el documento en XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<IO::Stream> stream, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | System::SharedPtr<IO::Stream> | Flujo de destino. |
| o | System::SharedPtr<Object> | Object para serializar. |
| espacios de nombres | System::SharedPtr<XmlSerializerNamespaces> | Almacenamiento de espacio de nombres. |
Ver también
- Typedef SharedPtr
- Class Stream
- Class Object
- Class XmlSerializerNamespaces
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Page for C++
XmlSerializer::Serialize(System::SharedPtr<IO::TextWriter>, System::SharedPtr<Object>) method
Serializa el documento en XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<IO::TextWriter> textWriter, System::SharedPtr<Object> o)
| Parámetro | Tipo | Descripción |
|---|---|---|
| textWriter | System::SharedPtr<IO::TextWriter> | Flujo de destino. |
| o | System::SharedPtr<Object> | Object para serializar. |
Ver también
- Typedef SharedPtr
- Class TextWriter
- Class Object
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Page for C++
XmlSerializer::Serialize(System::SharedPtr<IO::TextWriter>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>) method
Serializa el documento en XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<IO::TextWriter> textWriter, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces)
| Parámetro | Tipo | Descripción |
|---|---|---|
| textWriter | System::SharedPtr<IO::TextWriter> | Flujo de destino. |
| o | System::SharedPtr<Object> | Object para serializar. |
| espacios de nombres | System::SharedPtr<XmlSerializerNamespaces> | Almacenamiento de espacio de nombres. |
Ver también
- Typedef SharedPtr
- Class TextWriter
- Class Object
- Class XmlSerializerNamespaces
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Page for C++
XmlSerializer::Serialize(System::SharedPtr<XmlWriter>, System::SharedPtr<Object>) method
Serializa el documento en XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<XmlWriter> xmlWriter, System::SharedPtr<Object> o)
| Parámetro | Tipo | Descripción |
|---|---|---|
| xmlWriter | System::SharedPtr<XmlWriter> | Flujo de destino. |
| o | System::SharedPtr<Object> | Object para serializar. |
Ver también
- Typedef SharedPtr
- Class XmlWriter
- Class Object
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Page for C++
XmlSerializer::Serialize(System::SharedPtr<XmlWriter>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>) method
Serializa el documento en XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<XmlWriter> xmlWriter, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces)
| Parámetro | Tipo | Descripción |
|---|---|---|
| xmlWriter | System::SharedPtr<XmlWriter> | Flujo de destino. |
| o | System::SharedPtr<Object> | Object para serializar. |
| espacios de nombres | System::SharedPtr<XmlSerializerNamespaces> | Almacenamiento de espacio de nombres. |
Ver también
- Typedef SharedPtr
- Class XmlWriter
- Class Object
- Class XmlSerializerNamespaces
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Page for C++
XmlSerializer::Serialize(System::SharedPtr<XmlWriter>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>, String) method
Serializa el documento en XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<XmlWriter> xmlWriter, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces, String encodingStyle)
| Parámetro | Tipo | Descripción |
|---|---|---|
| xmlWriter | System::SharedPtr<XmlWriter> | Flujo de destino. |
| o | System::SharedPtr<Object> | Object para serializar. |
| espacios de nombres | System::SharedPtr<XmlSerializerNamespaces> | Almacenamiento de espacio de nombres. |
| encodingStyle | String | Estilo a usar al serializar el objeto. |
Ver también
- Typedef SharedPtr
- Class XmlWriter
- Class Object
- Class XmlSerializerNamespaces
- Class String
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Page for C++
XmlSerializer::Serialize(System::SharedPtr<XmlWriter>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>, String, String) method
Serializa el documento en XML.
void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<XmlWriter> xmlWriter, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces, String encodingStyle, String id)
| Parámetro | Tipo | Descripción |
|---|---|---|
| xmlWriter | System::SharedPtr<XmlWriter> | Flujo de destino. |
| o | System::SharedPtr<Object> | Object para serializar. |
| espacios de nombres | System::SharedPtr<XmlSerializerNamespaces> | Almacenamiento de espacio de nombres. |
| encodingStyle | String | Estilo a usar al serializar el objeto. |
| id | String | Object id a usar al serializarlo. |
Ver también
- Typedef SharedPtr
- Class XmlWriter
- Class Object
- Class XmlSerializerNamespaces
- Class String
- Class XmlSerializer
- Namespace System::Xml::Serialization
- Library Aspose.Page for C++