Describe the bug
If one loads the same serializable class in two different class-loaders, corresponding serial descriptors are equal (in sense desctiptor1 == descritor2 returns true, while they are different.
Attach a code snippet or test data if possible.
test-kotlinx-serialization-with-classloaders.zip
Expected behavior
Different descriptors of different serializers are not equal.