I'm migrating my Adapters to Converters. If in my prefs.xml I have a key with value null how am I supposed to easily migrate Adapter<MyObject?> to Converter<Optional<MyObject>>? Can you confirm that it's possible?
Thank you for your time, simple confirmation would be enough for me.
I'm migrating my Adapters to Converters. If in my prefs.xml I have a key with value
null
how am I supposed to easily migrateAdapter<MyObject?>
toConverter<Optional<MyObject>>
? Can you confirm that it's possible?Thank you for your time, simple confirmation would be enough for me.