Class ErrorEventSerializer

java.lang.Object
me.rochblondiaux.gameanalytics.adapter.ErrorEventSerializer
All Implemented Interfaces:
com.google.gson.JsonSerializer<ErrorEvent>

public class ErrorEventSerializer extends Object implements com.google.gson.JsonSerializer<ErrorEvent>
  • Constructor Details

    • ErrorEventSerializer

      public ErrorEventSerializer()
  • Method Details

    • serialize

      public com.google.gson.JsonElement serialize(ErrorEvent event, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
      Specified by:
      serialize in interface com.google.gson.JsonSerializer<ErrorEvent>