'Declaration Public Shared Sub WriteEndObj( _ ByVal writer As System.Xml.XmlWriter _ )
'Usage Dim writer As System.Xml.XmlWriter Serializer.WriteEndObj(writer)
public static void WriteEndObj( System.Xml.XmlWriter writer )
Parameters
- writer
- The XmlWriter with which to write the object.