overwriteWith
infix fun SerializersModule.overwriteWith(other: SerializersModule): SerializersModule
Content copied to clipboard
Returns a combination of two serial modules
If serializer for some class presents in both modules, result module will contain serializer from other module.