C# Class Freddie.BaseParser

Inheritance: IResponseParser
ファイルを表示 Open project: ChrisMissal/Freddie

Public Methods

Method Description
Parse ( Stream stream ) : Response>.KeyValuePair

Protected Methods

Method Description
Read ( string content ) : Newtonsoft.Json.Linq.JObject

Private Methods

Method Description
GetResponse ( string json ) : Response

Method Details

Parse() public method

public Parse ( Stream stream ) : Response>.KeyValuePair
stream System.IO.Stream
return Response>.KeyValuePair

Read() protected abstract method

protected abstract Read ( string content ) : Newtonsoft.Json.Linq.JObject
content string
return Newtonsoft.Json.Linq.JObject