Package ru.moysklad.remap_1_2.utils.json
Class AttributeSerializer
- java.lang.Object
-
- ru.moysklad.remap_1_2.utils.json.AttributeSerializer
-
-
Constructor Summary
Constructors Constructor Description AttributeSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attributedeserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)com.google.gson.JsonElementserialize(Attribute src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-
-
-
Method Detail
-
serialize
public com.google.gson.JsonElement serialize(Attribute src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
- Specified by:
serializein interfacecom.google.gson.JsonSerializer<Attribute>
-
deserialize
public Attribute deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
- Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<Attribute>- Throws:
com.google.gson.JsonParseException
-
-