Package net.dv8tion.jda.api.utils.data
Interface SerializableData
- All Known Subinterfaces:
ActionComponent
,Button
,CommandCreateAction
,CommandData
,Component
,ItemComponent
,LayoutComponent
,SelectMenu
,SlashCommandData
,VoiceDispatchInterceptor.VoiceUpdate
- All Known Implementing Classes:
ActionRow
,CommandPrivilege
,DataObject
,Emoji
,GuildAction.ChannelData
,GuildAction.RoleData
,MessageEmbed
,OptionData
,SelectOption
,SubcommandData
,SubcommandGroupData
,VoiceDispatchInterceptor.VoiceServerUpdate
,VoiceDispatchInterceptor.VoiceStateUpdate
public interface SerializableData
Allows custom serialization for JSON payloads of an object.
-
Method Summary
-
Method Details
-
toData
SerializedDataObject
for this object.- Returns:
DataObject
-