C# Class Newtonsoft.Json.Tests.Documentation.PersonWriter

Afficher le fichier Open project: JamesNK/Newtonsoft.Json

Méthodes publiques

Méthode Description
ToJson ( this p ) : string
ToPerson ( this s ) : Person

Method Details

ToJson() public static méthode

public static ToJson ( this p ) : string
p this
Résultat string

ToPerson() public static méthode

public static ToPerson ( this s ) : Person
s this
Résultat Person