Class AlertSerializer

java.lang.Object
com.iland.core.api.serialization.AlertSerializer
All Implemented Interfaces:
com.google.gson.JsonSerializer<Alert>

public class AlertSerializer extends Object implements com.google.gson.JsonSerializer<Alert>
Serializes a Alert to json for web layer.
Author:
Brett Snyder
  • Constructor Details

    • AlertSerializer

      public AlertSerializer()
  • Method Details

    • serialize

      public com.google.gson.JsonElement serialize(Alert alert, Type type, com.google.gson.JsonSerializationContext context)
      Specified by:
      serialize in interface com.google.gson.JsonSerializer<Alert>