serialization (n)~ The process of converting an object’s state information into a form that can be stored or transported. During serialization an object writes its current state to temporary or persistent storage. Later the object can be recreated by reading or deserializing the object’s state from storage.
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 60 조회
- 목록
본문
serialization (n)~ The process of converting an object’s state information into a form that can be stored or transported. During serialization an object writes its current state to temporary or persistent storage. Later the object can be recreated by reading or deserializing the object’s state from storage.