Package net.dv8tion.jda.api.utils.data.etf
Utility classes to decode and encode Erlang External Term Format (ETF)
- Since:
- 4.2.1
- See Also:
- Erlang -- External Term Format
-
Class Summary Class Description ExTermDecoder Decodes an ETF encoded payload to a java object representation.ExTermEncoder Encodes an object into a binary ETF representation.ExTermTag Tags used for encoding and decoding for external terms.