ConnectionConfig

abstract class ConnectionConfig(source)

Represents a configuration for managing a custom JSON serialization and deserialization setup in the context of feature message handling and remote communication.

This abstract class provides mechanisms to work with a configurable Json instance and allows appending additional serializers modules dynamically.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val jsonConfig: Json

Provides access to the current JSON serialization and deserialization configuration.

Functions

Link copied to clipboard
fun appendSerializersModule(module: SerializersModule)

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.