System.Runtime.Serialization.XmlObjectSerializer.InternalWriteObjectContent C# (CSharp) Method

InternalWriteObjectContent() private method

private InternalWriteObjectContent ( System.Runtime.Serialization.XmlWriterDelegator writer, object graph ) : void
writer System.Runtime.Serialization.XmlWriterDelegator
graph object
return void
        internal virtual void InternalWriteObjectContent(XmlWriterDelegator writer, object graph)
        {
            DiagnosticUtility.DebugAssert("XmlObjectSerializer.InternalWriteObjectContent should never get called");
            throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException());
        }
        internal virtual void InternalWriteEndObject(XmlWriterDelegator writer)