Showing posts with label Types. Show all posts
Showing posts with label Types. Show all posts

Sunday, September 26, 2010

serialization types

  • Complete serialization: if entire data of an object is written to file through serialization
  • Selective serialization: if selected member variable values of an object are written to file through serialization when class contains transient member variable then all the object of that class supports only selective serialization

• Types of net based application

  • there are three types of net based application are there and they are client server, web based and distributed.