Hi I want to store the Java Objects.
I have searched and found that the GSON library is doing the conversion of Java Object to Json String and vice versa. Then I can store the converted JSON String into the Shared Preferences.
But That GSON library is deprecated and there is no update after May 2013.
Kindly provide me an alternate way to implement the same.
Thanks in advance.
GSON is not deprecated and seems to be well supported (commit history). If you are looking for an alternative Jackson is a popular one.