Class PropertyListSerializer

java.lang.Object
com.postman.collection.adapter.PropertyListSerializer
All Implemented Interfaces:
com.google.gson.JsonSerializer<HashMap<String,Property>>

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

    • PropertyListSerializer

      public PropertyListSerializer()
  • Method Details

    • serialize

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