Interface KotlinSerializationJsonBuilderCustomizer

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface KotlinSerializationJsonBuilderCustomizer
Callback interface that can be implemented by beans wishing to further customize the Json through JsonBuilder retaining its default configuration.
Since:
4.0.0
Author:
Dmitry Sulman
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(kotlinx.serialization.json.JsonBuilder jsonBuilder)
    Customize the Kotlin Serialization Json through JsonBuilder.
  • Method Details

    • customize

      void customize(kotlinx.serialization.json.JsonBuilder jsonBuilder)
      Customize the Kotlin Serialization Json through JsonBuilder.
      Parameters:
      jsonBuilder - the JsonBuilder to customize