C# 클래스 SensorHost.Serializer.JsonSerializer

상속: ISerializer
파일 보기 프로젝트 열기: rossdargan/PRTG-Sensors

공개 메소드들

메소드 설명
Serialize ( Reply reply ) : string

Serialize the DTO as JSON

비공개 메소드들

메소드 설명
ConvertToJson ( Result result ) : string

Convert the channel to json.

메소드 상세

Serialize() 공개 메소드

Serialize the DTO as JSON
public Serialize ( Reply reply ) : string
reply SensorHost.DTOs.Reply
리턴 string