객체 직렬화(Serialization) 역직렬화(Deserialization)
객체 직렬화와 관련된 일반적인 사항들은 다음 사이트를 참고한다. http://en.wikipedia.org/wiki/Serialization http://msdn.microsoft.com/ko-kr/library/system.serializableattribute.aspx Serialization(직렬화) : WikiPedia에 나와 있는 정의를 대충(?) 요약하면 다음과 같다. In computer science, in the context of data storage and transmission, serialization is the process of saving an object onto a storage medium (such as a file, or a memory buffer) or to ..