"serialize" in Korean
Definition
데이터나 객체를 저장하거나 전송할 수 있도록 연속적인 형태나 특정 형식으로 변환하는 것. 주로 IT 분야에서 사용됩니다.
Usage Notes (Korean)
주로 소프트웨어나 IT 분야에서 사용합니다. 'serialize data', 'serialize an object'와 함께 쓰이고, 반대말은 'deserialize'입니다. 일상 언어에서는 드뭅니다.
Examples
You need to serialize the data before saving it to a file.
데이터를 파일에 저장하기 전에 반드시 **직렬화해야** 합니다.
The program can serialize any object into JSON format.
이 프로그램은 어떤 객체든 JSON 형식으로 **직렬화**할 수 있습니다.
How do you serialize this list in Python?
이 리스트를 파이썬에서 어떻게 **직렬화해요**?
We had to serialize the user's session data to share it between servers.
서버 간에 공유하려면 사용자의 세션 데이터를 **직렬화해야** 했습니다.
If you don't serialize the object, it won't transmit over the network properly.
객체를 **직렬화**하지 않으면 네트워크로 제대로 전송되지 않습니다.
The team wrote custom code to serialize complex data structures.
팀이 복잡한 데이터 구조를 **직렬화**하기 위해 직접 코드를 작성했습니다.