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. C / C++ / MFC
  4. Serialization between 32 and 64 bits

Serialization between 32 and 64 bits

Scheduled Pinned Locked Moved C / C++ / MFC
c++salesjsonperformancequestion
1 Posts 1 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.
  • N Offline
    N Offline
    nemo
    wrote on last edited by
    #1

    Recently I ran across a client using MFC and serializing all thier objects to disk. They have a very large customer base and a huge number of serialized files for the system. This started me thinking about the transition to a 64 bit system. Is anything written to the files when serialized relative to the environement(32 bits, etc), or is it stictly just a binary memory dump( of sorts ) to disk??? If indeed it is just a memory dump, isn't that going to case alot of grief when trying to unserialize(read) the data on a 64 bit system, when the data was written on a 32 bit system and the size of int, float, doubles, etc has changed, or has Longhorn made provisions for this already and allows programs to maintain the 32 bit variable sizes????? TIA

    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