appendSerializersModule

fun appendSerializersModule(module: SerializersModule)(source)

Appends the specified serializers module to the existing JSON configuration. This method allows dynamic addition of custom serialization and deserialization logic by merging the provided module with the current serializers module.

Parameters

module

The serializers module that needs to be appended to the existing JSON configuration.