JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
net.dv8tion.jda.api.utils.data
SerializableArray
Contents
Description
Method Summary
Method Details
toDataArray()
Hide sidebar
Show sidebar
Interface SerializableArray
All Known Implementing Classes:
DataArray
public interface
SerializableArray
Allows custom serialization for JSON payloads of an object.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
DataArray
toDataArray
()
Serialized
DataArray
for this object.
Method Details
toDataArray
@Nonnull
DataArray
toDataArray
()
Serialized
DataArray
for this object.
Returns:
DataArray