Name | Description | |
---|---|---|
FromJsonFile | Returns a TextDocument deserialized from a JSON file | |
FromJsonStream | Returns a TextDocument deserialized from a JSON stream | |
FromJsonString | Returns a TextDocument deserialized from the provided string or null if deserialization fails. | |
ToJsonFile | Serializes this TextDocument to a JSON file | |
ToJsonStream | Serializes this TextDocument to a JSON MemoryStream | |
ToJsonString | Serializes this TextDocument to a string | |
ToString | Returns a legible string representation of this TextDocument |