noun
Computing term for converting data structures or object states into a format that can be stored or transmitted and reconstructed later. Often used in contexts like data persistence, network communication, or inter-process messaging.
See also: シリアル化
オブジェクトの逐次化にはJSON形式がよく使われる。
JSON format is often used for object serialization.
逐次化されたデータをファイルに保存する。
Save the serialized data to a file.