Searching map area
Serialization
? TBD
Conversion process for computer data
Nobody has rated this yet. Be the first!
Influences rating
Lists 0

In computing, serialization (or serialisation, also referred to as pickling in Python) is the process of translating a data structure or object state into a format that can be stored (e.g. files in secondary storage devices, data buffers in primary storage devices) or transmitted (e.g. data streams over computer networks) and reconstructed later...

Subclass of
References