Class HashMapSerializer

java.lang.Object
com.easypost.http.HashMapSerializer
All Implemented Interfaces:
com.google.gson.JsonSerializer<HashMap<String,Object>>

public final class HashMapSerializer extends Object implements com.google.gson.JsonSerializer<HashMap<String,Object>>
  • Constructor Details

    • HashMapSerializer

      public HashMapSerializer()
  • Method Details

    • serialize

      public com.google.gson.JsonElement serialize(HashMap<String,Object> src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
      Specified by:
      serialize in interface com.google.gson.JsonSerializer<HashMap<String,Object>>