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
115
Replies
0
Views
242
Replies
3
Views
504
Replies
3
Views
368
Replies
3
Views
89
Recommended threads
Replies
3
Views
3,954
Replies
0
Views
6,863
Replies
3
Views
1,305
Replies
56
Views
28,429
Replies
18
Views
12,525

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