System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObjectContent C# (CSharp) Method

WriteObjectContent() public method

public WriteObjectContent ( System writer, object graph ) : void
writer System
graph object
return void
        public override void WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph) { }
        public override void WriteObjectContent(System.Xml.XmlWriter writer, object graph) { }

Same methods

DataContractJsonSerializer::WriteObjectContent ( XmlDictionaryWriter writer, object graph ) : void
DataContractJsonSerializer::WriteObjectContent ( XmlWriter writer, object graph ) : void