이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 18. Marshalling
18.1. About Marshalling 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Marshalling is the process of converting Java objects into a format that is transferable over the wire. Unmarshalling is the reversal of this process where data read from a wire format is converted into Java objects.