C# 클래스 BlueCollar.Dashboard.JsonHandler

Implements IDashboardHandler for JSON requests.
상속: DashboardHandlerBase
파일 보기 프로젝트 열기: ChadBurggraf/blue-collar

보호된 메소드들

메소드 설명
Json ( object value ) : byte[]

Gets the JSON representation of the given object as an array of bytes.

JsonHandler ( IRepositoryFactory repositoryFactory ) : System

Initializes a new instance of the JsonHandler class.

메소드 상세

Json() 보호된 정적인 메소드

Gets the JSON representation of the given object as an array of bytes.
protected static Json ( object value ) : byte[]
value object The object to get the JSON representation of.
리턴 byte[]

JsonHandler() 보호된 메소드

Initializes a new instance of the JsonHandler class.
protected JsonHandler ( IRepositoryFactory repositoryFactory ) : System
repositoryFactory IRepositoryFactory The repository factory to use.
리턴 System