C# Class SensorHost.Serializer.XmlSerializer

The XML based implementation of the serializer
Inheritance: ISerializer
Mostra file Open project: rossdargan/PRTG-Sensors

Public Methods

Method Description
Serialize ( Reply reply ) : string

Serialize the reply as xml

Private Methods

Method Description
ConvertToXml ( Result result ) : string

Converts a channel to xml

Method Details

Serialize() public method

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