Class CollectionAdapter

java.lang.Object
net.thucydides.core.reports.json.gson.CollectionAdapter
All Implemented Interfaces:
com.google.gson.JsonSerializer<Collection<?>>

public class CollectionAdapter extends Object implements com.google.gson.JsonSerializer<Collection<?>>
  • Constructor Details

    • CollectionAdapter

      public CollectionAdapter()
  • Method Details

    • serialize

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