|
|
@@ -7,7 +7,7 @@ import java.lang.reflect.Type;
|
|
|
/**
|
|
|
* Created by Ken on 2016/10/25.
|
|
|
*/
|
|
|
-public class InterfaceAdapter<T> implements JsonSerializer, JsonDeserializer<T> {
|
|
|
+public class InterfaceAdapter<T> implements JsonSerializer<T>, JsonDeserializer<T> {
|
|
|
@Override
|
|
|
public T deserialize(JsonElement jsonElement, Type type,
|
|
|
JsonDeserializationContext jsonDeserializationContext)
|