Created
March 31, 2020 15:36
-
-
Save ShikaSD/12da7ba610524d20302d84dcb21b0b79 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fun ClassDescriptor.needsSerializableFix() = | |
DescriptorUtils.isObject(this) | |
&& isSerializable() | |
&& !hasReadMethod() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment