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

Mostra file Open project: JamesNK/Newtonsoft.Json

Public Methods

Method Description
ToJson ( this p ) : string
ToPerson ( this s ) : Person

Method Details

ToJson() public static method

public static ToJson ( this p ) : string
p this
return string

ToPerson() public static method

public static ToPerson ( this s ) : Person
s this
return Person