Type any word!

"serializes" in Japanese

シリアライズする

Definition

データやオブジェクトを保存や転送しやすい形式、通常はバイト列や文字列に変換すること。

Usage Notes (Japanese)

主にプログラミングやIT分野で使われる専門用語です。「オブジェクトをシリアライズする」などの表現で使われ、日常会話ではあまり登場しません。

Examples

The system serializes the data before saving it.

システムは保存する前にデータを**シリアライズする**。

This program serializes objects for online transfer.

このプログラムはオンライン転送のためにオブジェクトを**シリアライズする**。

A function serializes a list into a string.

関数がリストを文字列に**シリアライズする**。

Whenever you save a game, it serializes your progress to the disk.

ゲームを保存すると、進行状況がディスクに**シリアライズされ**ます。

The server serializes the user profile before sharing it with another system.

サーバーは別のシステムと共有する前にユーザープロファイルを**シリアライズする**。

He always serializes data to JSON when building APIs.

彼はAPIを作るとき、必ずデータをJSONに**シリアライズする**。