Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is serialization ?

Answer Posted / javamasque

The process of converting object into byte stream is called serialization.
Advantages
1. It persists the state of an object in local disk or DB or can be transferred in network.
2. The serialized stream can be encrypted, authenticated or compressed.
3. It is used to store to some frequent used remote / third party objects as server local cache in case of web application.
4. RMI, EJB and JAXB are rely on serialization

Disadvantages
1. Large objects are not recommended to serialize.
2. Transient or static variables are not serialized.
3. If serialized object can’t be modified easily as it might impact client implementation.
4. It breaks singleton pattern (more than one object created) and encapsulation (violets access modifier rules).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is edm designer? : Entity framework

1043


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

2640


How we can register the Area in ASP.Net MVC?

1141


what is minimum requirement for entity framework applications to run?

1195


Can you explain renderbody and renderpage in asp.net mvc?

1075


List out few different return types of a controller action method?

1097


Mention what is the difference between “ActionResult” and “ViewResult” ?

1105


What is entity framework? : Entity framework

1098


What is entity client data provider? : Entity framework

1119


What are child actions in ASP.Net MVC?

1112


what is datacontrols?

3888


what is explicit loading?

1166


what is csdl?

1056


What is associationset? : Entity framework

1125


What are Model Binders in ASP.Net MVC?

1372