WordPress-FluxC-Android
WordPress-FluxC-Android copied to clipboard
Make the QuickStartTask interface serializable
QuickStartTask interface should be serializable. The need has emerged from a comment on the WPAndroid repo.
Then it can be used like bundle.getSerializable<QuickStartTask>(KEY_TASK) on consumer projects.