TelemetryContext.IJsonSerializable.Serialize(IJsonWriter) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Serialisiert dieses Objekt im JSON-Format. Dies wird vom Allgemeinen Schema 2.0-Datenfluss verwendet. Das allgemeine Schema 4 verwendet keine Tags und schreibt den iKey in TelemetryHelper:WriteEnvelopeProperties, da es ein anderes Format verwendet.
virtual void Microsoft.VisualStudio.ApplicationInsights.DataContracts.IJsonSerializable.Serialize(Microsoft::VisualStudio::ApplicationInsights::DataContracts::IJsonWriter ^ writer) = Microsoft::VisualStudio::ApplicationInsights::DataContracts::IJsonSerializable::Serialize;
void IJsonSerializable.Serialize (Microsoft.VisualStudio.ApplicationInsights.DataContracts.IJsonWriter writer);
abstract member Microsoft.VisualStudio.ApplicationInsights.DataContracts.IJsonSerializable.Serialize : Microsoft.VisualStudio.ApplicationInsights.DataContracts.IJsonWriter -> unit
override this.Microsoft.VisualStudio.ApplicationInsights.DataContracts.IJsonSerializable.Serialize : Microsoft.VisualStudio.ApplicationInsights.DataContracts.IJsonWriter -> unit
Sub Serialize (writer As IJsonWriter) Implements IJsonSerializable.Serialize
Parameter
- writer
- IJsonWriter