Package net.kyori.adventure.text.serializer
@NullMarked
package net.kyori.adventure.text.serializer
Serialization and deserialization for components.
-
InterfacesClassDescriptionComponentDecoder<S, O extends Component>A
Componentdecoder, which provides deserialization, but without serialization.ComponentEncoder<I extends Component, R>AComponentencoder, which provides serialization, but without deserialization.AComponentserializer and deserializer.