> +import com.google.common.reflect.TypeToken;
> +import com.google.gson.Gson;
> +import com.google.gson.TypeAdapter;
> +import com.google.gson.stream.JsonReader;
> +import com.google.gson.stream.JsonToken;
> +import com.google.gson.stream.JsonWriter;
> +import com.google.inject.TypeLiteral;
> +import java.io.IOException;
> +import java.lang.reflect.Type;
> +import java.util.ArrayList;
> +import java.util.List;
> +import java.util.Map;
> +import org.apache.jclouds.oneandone.rest.domain.ServerFirewallPolicy;
> +import org.apache.jclouds.oneandone.rest.domain.Snapshot;
> +
> +public class ArrayAdapter<T> extends TypeAdapter<List<T>> {Caan you give an example of what this is trying to deserialize? Is this class really needed? --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/275/files/0767d011a984011133c9e34b3389b449ca0756cd#r68670629
