Module java4ever.binding
Class InputMapSerializationAdapter
java.lang.Object
tech.deplant.java4ever.binding.json.InputMapSerializationAdapter
- All Implemented Interfaces:
com.google.gson.TypeAdapterFactory
public class InputMapSerializationAdapter
extends Object
implements com.google.gson.TypeAdapterFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal <T> com.google.gson.TypeAdapter<T>
create
(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<T> type)
-
Constructor Details
-
InputMapSerializationAdapter
public InputMapSerializationAdapter()
-
-
Method Details
-
create
public final <T> com.google.gson.TypeAdapter<T> create(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<T> type) - Specified by:
create
in interfacecom.google.gson.TypeAdapterFactory
-