Uses of Interface
net.kyori.adventure.text.serializer.json.JSONComponentSerializer
Packages that use JSONComponentSerializer
Package
Description
Gson based serialization and deserialization.
Internal classes for the Gson serializer.
A common abstraction providing an API to serializer components with multiple JSON libraries.
-
Uses of JSONComponentSerializer in net.kyori.adventure.text.serializer.gson
Subinterfaces of JSONComponentSerializer in net.kyori.adventure.text.serializer.gsonModifier and TypeInterfaceDescriptioninterfaceA gson component serializer. -
Uses of JSONComponentSerializer in net.kyori.adventure.text.serializer.gson.impl
Methods in net.kyori.adventure.text.serializer.gson.impl that return JSONComponentSerializer -
Uses of JSONComponentSerializer in net.kyori.adventure.text.serializer.json
Methods in net.kyori.adventure.text.serializer.json that return JSONComponentSerializerModifier and TypeMethodDescriptionJSONComponentSerializer.Builder.build()Create a finished serializer instance.JSONComponentSerializer.Provider.instance()Provides a standardJSONComponentSerializer.static JSONComponentSerializerJSONComponentSerializer.json()Gets a component serializer for JSON serialization and deserialization.