ValueTypeBase<TValue>.IJsonValueSerializer.WriteToJson 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.
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