Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Better definition of term Serialize
Message
From
29/01/2019 13:26:19
 
 
To
29/01/2019 11:46:45
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012 R2
Network:
Windows Server 2012 R2
Database:
Visual FoxPro
Application:
Desktop
Virtual environment:
VMWare
Miscellaneous
Thread ID:
01665802
Message ID:
01665806
Views:
69
>Just wondering...just don't like using terms without having a clue as to their root meeting.

Serialize means to put it in sequential sequence, like serial data on a line. It goes piece after piece after piece (bit after bit after bit).

In JSON and other formats, they are like that. A series of encapsulated items which define their full parallel construct, provided in one piece after another after another.

serialize() and deserialize() are common function names for these abilities, to take your parallel object / structure / table data, and put it in a contiguous sequence, and then to be able to reconstitute it back to your parallel object later from the single contiguous serial stream.
Previous
Reply
Map
View

Click here to load this message in the networking platform