Share via


ValueTypeBase<TValue>.IJsonValueSerializer.WriteToJson Method

Definition

void IJsonValueSerializer.WriteToJson (object value, Newtonsoft.Json.JsonWriter jsonWriter);
abstract member Microsoft.VisualStudio.ProjectSystem.Query.ValueTypes.IJsonValueSerializer.WriteToJson : obj * Newtonsoft.Json.JsonWriter -> unit
override this.Microsoft.VisualStudio.ProjectSystem.Query.ValueTypes.IJsonValueSerializer.WriteToJson : obj * Newtonsoft.Json.JsonWriter -> unit
Sub WriteToJson (value As Object, jsonWriter As JsonWriter) Implements IJsonValueSerializer.WriteToJson

Parameters

value
Object
jsonWriter
Newtonsoft.Json.JsonWriter

Implements

Applies to