IJsonSerializable.Serialize(IJsonWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes JSON representation of the object to the specified writer
.
public:
void Serialize(Microsoft::VisualStudio::ApplicationInsights::DataContracts::IJsonWriter ^ writer);
public void Serialize (Microsoft.VisualStudio.ApplicationInsights.DataContracts.IJsonWriter writer);
abstract member Serialize : Microsoft.VisualStudio.ApplicationInsights.DataContracts.IJsonWriter -> unit
Public Sub Serialize (writer As IJsonWriter)
Parameters
- writer
- IJsonWriter