| AbstractKnxAddressJsonDeserializer |
De-Serializes a JSON format of knx address to an instance of KnxAddress
{"type":1,"address":[0,22]}
|
| AbstractKnxAddressJsonSerializer |
Serializes the KnxAddress to a JSON format
|
| ApiGsonEngine |
A customized Gson with that adds needs for web server
|
| DataPointTypeJsonDeserializer |
De-Serializes the DataPointType to a JSON format using Gson
|
| DataPointTypeJsonSerializer |
Serializes the DataPointType to a JSON format using Gson
|
| GroupAddressJsonDeserializer |
De-Serializes a JSON format of group address to an instance of GroupAddress
|
| GroupAddressJsonSerializer |
Serializes the GroupAddress to a JSON format
|
| IndividualAddressJsonDeserializer |
De-Serializes a JSON format of group address to an instance of IndividualAddress
|
| IndividualAddressJsonSerializer |
Serializes the IndividualAddress to a JSON format
|
| InstantJsonSerializer |
Serializes the Instant to a JSON format
|
| KnxAddressJsonDeserializer |
De-Serializes a JSON format of knx address to a sub-type of KnxAddress
|
| KnxStatisticJsonSerializer |
Serializes the KnxStatistic to a JSON format
|
| XmlGroupAddressJsonSerializer |
Serializes the XmlGroupAddress to a JSON format
|
| XmlGroupRangeJsonSerializer |
Serializes the XmlGroupRange to a JSON format
|