Selerix Developer Tools
WriteTypedObject Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > SerializationHelper Class : WriteTypedObject Method
The writer.
The obj.
Writes the typed object.
Syntax
'Declaration
 
Public Shared Sub WriteTypedObject( _
   ByVal writer As XmlWriter, _
   ByVal obj As IXmlSerializable _
) 
'Usage
 
Dim writer As XmlWriter
Dim obj As IXmlSerializable
 
SerializationHelper.WriteTypedObject(writer, obj)
public static void WriteTypedObject( 
   XmlWriter writer,
   IXmlSerializable obj
)
public procedure WriteTypedObject( 
    writer: XmlWriter;
    obj: IXmlSerializable
); static; 
public static function WriteTypedObject( 
   writer : XmlWriter,
   obj : IXmlSerializable
);
public: static void WriteTypedObject( 
   XmlWriter* writer,
   IXmlSerializable* obj
) 
public:
static void WriteTypedObject( 
   XmlWriter^ writer,
   IXmlSerializable^ obj
) 

Parameters

writer
The writer.
obj
The obj.
See Also

Reference

SerializationHelper Class
SerializationHelper Members