public class ProductAttributeMarkerSerializer extends Object implements com.google.gson.JsonSerializer<ProductAttributeMarker>, com.google.gson.JsonDeserializer<ProductAttributeMarker>
| Constructor and Description |
|---|
ProductAttributeMarkerSerializer() |
| Modifier and Type | Method and Description |
|---|---|
ProductAttributeMarker |
deserialize(com.google.gson.JsonElement json,
Type type,
com.google.gson.JsonDeserializationContext context) |
com.google.gson.JsonElement |
serialize(ProductAttributeMarker resource,
Type type,
com.google.gson.JsonSerializationContext context) |
public ProductAttributeMarker deserialize(com.google.gson.JsonElement json, Type type, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
deserialize in interface com.google.gson.JsonDeserializer<ProductAttributeMarker>com.google.gson.JsonParseExceptionpublic com.google.gson.JsonElement serialize(ProductAttributeMarker resource, Type type, com.google.gson.JsonSerializationContext context)
serialize in interface com.google.gson.JsonSerializer<ProductAttributeMarker>Copyright © 2024. All rights reserved.