Package fr.ird.observe.gson
Class ImmutableListAdapter
- java.lang.Object
-
- fr.ird.observe.gson.ImmutableListAdapter
-
- All Implemented Interfaces:
com.google.gson.JsonDeserializer<com.google.common.collect.ImmutableList<?>>
public class ImmutableListAdapter extends Object implements com.google.gson.JsonDeserializer<com.google.common.collect.ImmutableList<?>>
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description ImmutableListAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<?>deserialize(com.google.gson.JsonElement json, Type type, com.google.gson.JsonDeserializationContext context)
-
-
-
Method Detail
-
deserialize
public com.google.common.collect.ImmutableList<?> deserialize(com.google.gson.JsonElement json, Type type, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException- Specified by:
deserializein interfacecom.google.gson.JsonDeserializer<com.google.common.collect.ImmutableList<?>>- Throws:
com.google.gson.JsonParseException
-
-