TextDocumentSyncConverter Class
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.
Converter which offers custom serialization for TextDocumentSyncKind enum to a TextDocumentSyncOptions object.
public ref class TextDocumentSyncConverter : Newtonsoft::Json::JsonConverter
public class TextDocumentSyncConverter : Newtonsoft.Json.JsonConverter
type TextDocumentSyncConverter = class
inherit JsonConverter
Public Class TextDocumentSyncConverter
Inherits JsonConverter
- Inheritance
-
Newtonsoft.Json.JsonConverterTextDocumentSyncConverter
Remarks
This is to support backwards compatibility for the protocol.
Constructors
TextDocumentSyncConverter() |
Methods
CanConvert(Type) | Newtonsoft.Json.JsonConverter.CanConvert(System.Type) |
ReadJson(JsonReader, Type, Object, JsonSerializer) |
Deserializes a json value to a TextDocumentSyncOptions object. |
WriteJson(JsonWriter, Object, JsonSerializer) | Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) |