This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

직렬화 (Serialization)

객체나 데이터 구조를 네트워크나 저장소(예, 배열 버퍼 또는 파일 형식)를 통한 전송에 적합한 형식으로 변환하는 프로세스입니다.

예를 들어, JavaScript에서는 함수 JSON.stringify()를 호출하는 것을 통해 객체를 JSON 문자열로 직렬화할 수 있습니다.

CSS 값은 CSSStyleDeclaration.getPropertyValue() 함수를 호출하여 직렬화됩니다.

같이 보기