Serialize

/ˈsɪəɹiəlaɪz/

क्रमबद्ध करना; (कंप्यूटिंग) डेटा/ऑब्जेक्ट को bytes/क्रम में बदलकर संग्रहण/प्रेषण योग्य बनाना; (साहित्य/मनोरंजन) कड़ियों में प्रकाशित/प्रसारित करना

Origin & History

From serial + -ize, formed in modern English; influenced by the idea of arranging into a series, and later adopted in computing for converting objects to a linear representation.

यह शब्द serial + -ize से आधुनिक अंग्रेज़ी में बना; पहले 'श्रृंखला में व्यवस्थित/प्रकाशित करना' के अर्थ से जुड़ा रहा और बाद में कंप्यूटिंग में objects को रैखिक (linear) प्रतिनिधित्व/bytes में बदलने के अर्थ में प्रचलित हुआ।

Definition

To serialize means to turn an in-memory object or data structure into a linear byte sequence (or other ordered format) so it can be saved, sent over a network, or rebuilt later; it can also mean releasing a story (novel/TV/radio) in successive installments.

Serialize का अर्थ किसी object/data structure को क्रमबद्ध (linear) रूप में—अक्सर bytes या किसी structured format (जैसे JSON/XML)—में बदलना है ताकि उसे save, transmit किया जा सके और बाद में वापस उसी के समकक्ष object के रूप में बनाया जा सके; साहित्य/मनोरंजन में इसका अर्थ कहानी/कार्यक्रम को कड़ियों (installments) में क्रमवार प्रकाशित/प्रसारित करना भी है।

Parts of Speech

Verb:
The service serializes the user session to JSON before caching it.
सेवा कैश करने से पहले user session को JSON में serialize करती है।

Usage Examples

We serialize the object into bytes so it can be sent over the network.
If you serialize the data, you can store it and reconstruct it later.
The magazine will serialize the novel in weekly installments.
Be careful not to serialize sensitive fields like passwords.

Antonyms

Deserialize

Related Forms

Noun
Serialization / Serializer
Verb
Serializing / Serialized
Adjective
Serialized / Serializable

Idioms & Phrases

Serialize (something) to JSON
(किसी चीज़ को) JSON में क्रमबद्ध/रूपांतरित करना (serialize करना)
Serialize and deserialize
क्रमबद्ध (serialize) करना और फिर वापस मूल रूप में लाना (deserialize करना)
Serialized in installments
कड़ियों/भागों में क्रमवार प्रकाशित या प्रसारित