System.Runtime.Serialization.XmlObjectSerializer.InternalWriteObjectContent C# (CSharp) 메소드

InternalWriteObjectContent() 개인적인 메소드

private InternalWriteObjectContent ( System.Runtime.Serialization.XmlWriterDelegator writer, object graph ) : void
writer System.Runtime.Serialization.XmlWriterDelegator
graph object
리턴 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)