rx-preferences
rx-preferences copied to clipboard
Question about deserializing null after migrating to 2.0.0
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.