Skip to content

Instantly share code, notes, and snippets.

@ShikaSD
Created March 31, 2020 15:36
Show Gist options
  • Save ShikaSD/12da7ba610524d20302d84dcb21b0b79 to your computer and use it in GitHub Desktop.
Save ShikaSD/12da7ba610524d20302d84dcb21b0b79 to your computer and use it in GitHub Desktop.
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