System::Xml::Serialization::XmlSerializer::Serialize method

XmlSerializer::Serialize(System::SharedPtr<IO::Stream>, System::SharedPtr<Object>) method

문서를 XML로 직렬화합니다.

void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<IO::Stream> stream, System::SharedPtr<Object> o)
매개변수형식설명
스트림System::SharedPtr<IO::Stream>대상 스트림.
oSystem::SharedPtr<Object>직렬화할 Object.

또 보기

XmlSerializer::Serialize(System::SharedPtr<IO::Stream>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>) method

문서를 XML로 직렬화합니다.

void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<IO::Stream> stream, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces)
매개변수형식설명
스트림System::SharedPtr<IO::Stream>대상 스트림.
oSystem::SharedPtr<Object>직렬화할 Object.
네임스페이스System::SharedPtr<XmlSerializerNamespaces>네임스페이스 저장소.

또 보기

XmlSerializer::Serialize(System::SharedPtr<IO::TextWriter>, System::SharedPtr<Object>) method

문서를 XML로 직렬화합니다.

void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<IO::TextWriter> textWriter, System::SharedPtr<Object> o)
매개변수형식설명
textWriterSystem::SharedPtr<IO::TextWriter>대상 스트림.
oSystem::SharedPtr<Object>직렬화할 Object.

또 보기

XmlSerializer::Serialize(System::SharedPtr<IO::TextWriter>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>) method

문서를 XML로 직렬화합니다.

void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<IO::TextWriter> textWriter, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces)
매개변수형식설명
textWriterSystem::SharedPtr<IO::TextWriter>대상 스트림.
oSystem::SharedPtr<Object>직렬화할 Object.
네임스페이스System::SharedPtr<XmlSerializerNamespaces>네임스페이스 저장소.

또 보기

XmlSerializer::Serialize(System::SharedPtr<XmlWriter>, System::SharedPtr<Object>) method

문서를 XML로 직렬화합니다.

void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<XmlWriter> xmlWriter, System::SharedPtr<Object> o)
매개변수형식설명
xmlWriterSystem::SharedPtr<XmlWriter>대상 스트림.
oSystem::SharedPtr<Object>직렬화할 Object.

또 보기

XmlSerializer::Serialize(System::SharedPtr<XmlWriter>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>) method

문서를 XML로 직렬화합니다.

void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<XmlWriter> xmlWriter, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces)
매개변수형식설명
xmlWriterSystem::SharedPtr<XmlWriter>대상 스트림.
oSystem::SharedPtr<Object>직렬화할 Object.
네임스페이스System::SharedPtr<XmlSerializerNamespaces>네임스페이스 저장소.

또 보기

XmlSerializer::Serialize(System::SharedPtr<XmlWriter>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>, String) method

문서를 XML로 직렬화합니다.

void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<XmlWriter> xmlWriter, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces, String encodingStyle)
매개변수형식설명
xmlWriterSystem::SharedPtr<XmlWriter>대상 스트림.
oSystem::SharedPtr<Object>직렬화할 Object.
네임스페이스System::SharedPtr<XmlSerializerNamespaces>네임스페이스 저장소.
encodingStyleString객체를 직렬화할 때 사용할 스타일.

또 보기

XmlSerializer::Serialize(System::SharedPtr<XmlWriter>, System::SharedPtr<Object>, System::SharedPtr<XmlSerializerNamespaces>, String, String) method

문서를 XML로 직렬화합니다.

void System::Xml::Serialization::XmlSerializer::Serialize(System::SharedPtr<XmlWriter> xmlWriter, System::SharedPtr<Object> o, System::SharedPtr<XmlSerializerNamespaces> namespaces, String encodingStyle, String id)
매개변수형식설명
xmlWriterSystem::SharedPtr<XmlWriter>대상 스트림.
oSystem::SharedPtr<Object>직렬화할 Object.
네임스페이스System::SharedPtr<XmlSerializerNamespaces>네임스페이스 저장소.
encodingStyleString객체를 직렬화할 때 사용할 스타일.
idString직렬화할 때 사용할 Object ID.

또 보기