Prabhu Raja
What is serialization?
By Prabhu Raja in ASP.NET on Dec 25 2011
  • Prabhu Raja
    Dec, 2011 25

    Serialization is the process of converting an object into a stream of bytes. Deserialization is the opposite process, i.e. creating an object from a stream of bytes. Serialization/Deserialization is mostly used to transport objects (e.g. during remoting), or to persist objects (e.g. to a file or database).

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS