Interface JSONComponentSerializer

    • Method Detail

      • json

        @NotNull
        static @NotNull JSONComponentSerializer json()
        Gets a component serializer for JSON serialization and deserialization.
        Returns:
        a JSON component serializer
        Since:
        4.14.0
      • builder

        static @NotNull JSONComponentSerializer.Builder builder()
        Get a builder to create a customized JSON serializer instance.
        Returns:
        the new builder
        Since:
        4.14.0