operator fun SerialModule.plus(other: SerialModule): SerialModule
Returns a combination of two serial modules
If serializer for some class presents in both modules, a SerializerAlreadyRegisteredException is thrown. To overwrite serializers, use SerialModule.overwriteWith function.