IPEndPointConverter Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Newtonsoft.Json.JsonConverter implémentation pour IPEndPoint.
public class IPEndPointConverter : Newtonsoft.Json.JsonConverter
type IPEndPointConverter = class
inherit JsonConverter
Public Class IPEndPointConverter
Inherits JsonConverter
- Héritage
-
Newtonsoft.Json.JsonConverterIPEndPointConverter
Constructeurs
IPEndPointConverter() |
Newtonsoft.Json.JsonConverter implémentation pour IPEndPoint. |
Méthodes
CanConvert(Type) |
Newtonsoft.Json.JsonConverter implémentation pour IPEndPoint. |
ReadJson(JsonReader, Type, Object, JsonSerializer) |
Newtonsoft.Json.JsonConverter implémentation pour IPEndPoint. |
WriteJson(JsonWriter, Object, JsonSerializer) |
Newtonsoft.Json.JsonConverter implémentation pour IPEndPoint. |
S’applique à
Voir aussi
- <xref:Newtonsoft.Json.JsonConverter>