IPEndPointConverter Class
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.
Newtonsoft.Json.JsonConverter implementation for IPEndPoint.
C#
public class IPEndPointConverter : Newtonsoft.Json.JsonConverter
type IPEndPointConverter = class
inherit JsonConverter
Public Class IPEndPointConverter
Inherits JsonConverter
- Inheritance
-
Newtonsoft.Json.JsonConverterIPEndPointConverter
Can |
Newtonsoft.Json.JsonConverter.CanConvert(System.Type) |
Read |
Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) |
Write |
Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) |
Product | Versions |
---|---|
.NET Orleans | 1.5.10, 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |
- <xref:Newtonsoft.Json.JsonConverter>