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 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 interface com.google.gson.TypeAdapterFactory