IPEndPointConverter クラス

定義

Newtonsoft.Json.JsonConverterIPEndPoint実装。

public class IPEndPointConverter : Newtonsoft.Json.JsonConverter
type IPEndPointConverter = class
    inherit JsonConverter
Public Class IPEndPointConverter
Inherits JsonConverter
継承
Newtonsoft.Json.JsonConverter
IPEndPointConverter

コンストラクター

IPEndPointConverter()

Newtonsoft.Json.JsonConverterIPEndPoint実装。

メソッド

CanConvert(Type)

Newtonsoft.Json.JsonConverterIPEndPoint実装。

ReadJson(JsonReader, Type, Object, JsonSerializer)

Newtonsoft.Json.JsonConverterIPEndPoint実装。

WriteJson(JsonWriter, Object, JsonSerializer)

Newtonsoft.Json.JsonConverterIPEndPoint実装。

適用対象

こちらもご覧ください

  • <xref:Newtonsoft.Json.JsonConverter>