Class XmlGroupAddressJsonSerializer
- java.lang.Object
-
- li.pitschmann.knx.core.plugin.api.gson.XmlGroupAddressJsonSerializer
-
- All Implemented Interfaces:
com.google.gson.JsonSerializer<XmlGroupAddress>
public final class XmlGroupAddressJsonSerializer extends Object implements com.google.gson.JsonSerializer<XmlGroupAddress>
Serializes theXmlGroupAddressto a JSON format
-
-
Field Summary
Fields Modifier and Type Field Description static XmlGroupAddressJsonSerializerINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonElementserialize(XmlGroupAddress src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-
-
-
Field Detail
-
INSTANCE
public static final XmlGroupAddressJsonSerializer INSTANCE
-
-
Method Detail
-
serialize
public com.google.gson.JsonElement serialize(XmlGroupAddress src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
- Specified by:
serializein interfacecom.google.gson.JsonSerializer<XmlGroupAddress>
-
-