What is Serializable and Parcelable in Android?

ashish123

New member
Joined
Jul 7, 2016
Messages
1
Points
0
Hi everyone, i have been working on Android project and want to know your views on Serializable and Parcelable. Which is best approach in Android that will be helpful for me ?
 

EpicGlobalWeb

New member
Joined
Jan 24, 2016
Messages
467
Points
0
I'm going to make an attempt here, but you may need to help me help you a little.

1. Everything in Android is serializable. Most of the OS is pure Java which is already reduced to bytes and the OS is also saved in ROM instead of disk or someplace else.

So approaching your project in the scope of "serializable" is probably going to give you an efficiency advantage since parsing always takes an extra processing step. However, this is usually only necessary for video games and hardware management software.

I would really like to know more about your project, if not for sheer sake of curiosity.
 
Newer threads
Latest threads
Replies
2
Views
92
Replies
1
Views
181
Replies
5
Views
390
Replies
11
Views
528
Replies
2
Views
231

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top