C# 클래스 SensorHost.Serializer.XmlSerializer

The XML based implementation of the serializer
상속: ISerializer
파일 보기 프로젝트 열기: rossdargan/PRTG-Sensors

공개 메소드들

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

Serialize the reply as xml

비공개 메소드들

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

Converts a channel to xml

메소드 상세

Serialize() 공개 메소드

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