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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonElementserialize(ErrorEvent event, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
-
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:
serializein interfacecom.google.gson.JsonSerializer<ErrorEvent>
-