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.
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 TypeMethodDescriptionvoidcustomize(kotlinx.serialization.json.JsonBuilder jsonBuilder) Customize the Kotlin SerializationJsonthroughJsonBuilder.
-
Method Details
-
customize
void customize(kotlinx.serialization.json.JsonBuilder jsonBuilder) Customize the Kotlin SerializationJsonthroughJsonBuilder.- Parameters:
jsonBuilder- theJsonBuilderto customize
-