Class IntegerUndefinedSerializer

java.lang.Object
com.inesm.KeyManager.ui.serializers.IntegerUndefinedSerializer
All Implemented Interfaces:
com.google.gson.JsonSerializer<Integer>

public class IntegerUndefinedSerializer extends Object implements com.google.gson.JsonSerializer<Integer>
  • Constructor Details

    • IntegerUndefinedSerializer

      public IntegerUndefinedSerializer()
  • Method Details

    • serialize

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