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
1
Views
114
Replies
1
Views
137
Replies
1
Views
249
Replies
0
Views
259
Replies
0
Views
268
Recommended threads
Replies
4
Views
2,624
Replies
5
Views
2,687
Replies
16
Views
5,612
Replies
8
Views
4,873
Replies
4
Views
3,213

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