Package net.dv8tion.jda.api.utils.data
Interface SerializableData
-
- All Known Subinterfaces:
VoiceDispatchInterceptor.VoiceUpdate
- All Known Implementing Classes:
DataObject,GuildAction.ChannelData,GuildAction.RoleData,MessageEmbed,VoiceDispatchInterceptor.VoiceServerUpdate,VoiceDispatchInterceptor.VoiceStateUpdate
public interface SerializableDataAllows custom serialization for JSON payloads of an object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataObjecttoData()SerializedDataObjectfor this object.
-
-
-
Method Detail
-
toData
@Nonnull DataObject toData()
SerializedDataObjectfor this object.- Returns:
DataObject
-
-