Class InlineKeyboardRow.Serializer
- java.lang.Object
-
- com.jtelegram.api.inline.keyboard.InlineKeyboardRow.Serializer
-
- All Implemented Interfaces:
com.google.gson.JsonSerializer<InlineKeyboardRow>
- Enclosing class:
- InlineKeyboardRow
public static class InlineKeyboardRow.Serializer extends java.lang.Object implements com.google.gson.JsonSerializer<InlineKeyboardRow>
-
-
Constructor Summary
Constructors Constructor Description Serializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonElement
serialize(InlineKeyboardRow row, java.lang.reflect.Type type, com.google.gson.JsonSerializationContext context)
-
-
-
Method Detail
-
serialize
public com.google.gson.JsonElement serialize(InlineKeyboardRow row, java.lang.reflect.Type type, com.google.gson.JsonSerializationContext context)
- Specified by:
serialize
in interfacecom.google.gson.JsonSerializer<InlineKeyboardRow>
-
-