Inspects the type of data received, and calls the appropriate WriteXXX method to perform the actual write to the stream already attached to the formatter.
[Visual Basic] Overridable Protected Sub WriteMember( _ ByVal memberName As String, _ ByVal data As Object _ ) [C#] protected virtual void WriteMember( string memberName, object data ); [C++] protected: virtual void WriteMember( String* memberName, Object* data ); [JScript] protected function WriteMember( memberName : String, data : Object );
Formatter Class | Formatter Members | System.Runtime.Serialization Namespace