C# Class ZencoderDotNet.Zencoder

Show file Open project: zencoder/zencoder-dotnet

Public Properties

Property Type Description
base_url string
format string

Public Methods

Method Description
deserialize ( Type type, Response response ) : object
deserialize ( Type type, string body, string format ) : object

Private Methods

Method Description
deserializeJson ( Type type, string json ) : object
deserializeXml ( Type type, string xml ) : object

Method Details

deserialize() public static method

public static deserialize ( Type type, Response response ) : object
type System.Type
response Response
return object

deserialize() public static method

public static deserialize ( Type type, string body, string format ) : object
type System.Type
body string
format string
return object

Property Details

base_url public static property

public static string base_url
return string

format public static property

public static string format
return string