扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.xml.bind类jaxbcontext的类成员方法: createmarshaller定义及介绍
发布时间:2014-2-18
本文导语:
createmarshaller
public abstract marshaller createmarshaller()
throws jaxbexception
创建一个可以用来将 java 内容树转换为 xml 数据的 marshaller 对象。
返回:marshaller 对象
抛出:
jaxbexception - 如果创建 marshaller 对象时...