awadalaa / Android-Global-Parcelable

Serialization in Java was far too slow for Android, so they created the Parcelable class that android developers use to serialize data. The Parcelable approach requires that you explicitly serialize the members of your class, but in the end, you get a much faster serialization of your objects. The problem is you have to do this with every class…
20Updated 11 years ago

Alternatives and similar repositories for Android-Global-Parcelable:

Users that are interested in Android-Global-Parcelable are comparing it to the libraries listed below