Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. what is serialization please explain it?

what is serialization please explain it?

Scheduled Pinned Locked Moved Visual Basic
questioncsharpjson
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tridip Bhattacharjee
    wrote on last edited by
    #1

    in vb.net i found a word named serialization, this is bugging me so please tell me what is serialization and what is the use and function of serialization and tell me the situation when i have to use this serialization . tbhattacharjee

    M 1 Reply Last reply
    0
    • T Tridip Bhattacharjee

      in vb.net i found a word named serialization, this is bugging me so please tell me what is serialization and what is the use and function of serialization and tell me the situation when i have to use this serialization . tbhattacharjee

      M Offline
      M Offline
      Mike Dimmick
      wrote on last edited by
      #2

      Serialization is the process of converting an object from its in-memory representation to a sequence of bytes suitable for saving to a file, sending across a network or passing between processes. The reverse process, unpacking the byte sequence and recreating the object, is known as deserialization. Typically the in-memory representation includes pointers to other objects, or the object is represented internally by a number of non-contiguous areas of memory (e.g. ArrayList). The pointers cannot be written directly to the byte sequence, because they won't have the same meaning in the target process (whether on another system, the same process at a later point, ...)

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups