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 TypeMethodDescriptionvoid
customize
(kotlinx.serialization.json.JsonBuilder jsonBuilder) Customize the Kotlin SerializationJson
throughJsonBuilder
.
-
Method Details
-
customize
void customize(kotlinx.serialization.json.JsonBuilder jsonBuilder) Customize the Kotlin SerializationJson
throughJsonBuilder
.- Parameters:
jsonBuilder
- theJsonBuilder
to customize
-