Type any word!

"serializes" in Korean

직렬화하다

Definition

데이터나 객체를 저장하거나 전송하기 쉽도록 일반적으로 바이트나 문자열 형태로 변환하는 것.

Usage Notes (Korean)

주로 프로그래밍, 컴퓨터 공학에서 사용되는 용어입니다. '데이터를 직렬화하다', '객체를 직렬화하다'와 같은 표현에서 자주 쓰입니다. 일상 대화에서는 거의 사용되지 않습니다.

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으로 **직렬화한다**.