요약, 번역, 참조:
http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/ch14.html
14.1 도입
객체/XML 변환 과정, 즉 XML 마샬링(Marshalling) 또는 XML 직렬화(Serialization)에 대해 다룬다.
marshaller는 객체 그래프를 XML로 변환해주고..
unmarshaller는 반대로 XML을 객체 그래프로 변환해 준다.
스프링 OXM을 사용할 때의