扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.xml.bind.annotation.adapters类xmladapter<valuetype,boundtype>的类成员方法: marshal定义及介绍
发布时间:2014-2-18
本文导语:
marshal
public abstract valuetype marshal(boundtype v)
throws exception
将 bound 类型转换为 value 类型。
参数:v - 要转换的值。可以为 null。
抛出:
exception - 如果在转换过程中发生错误。调用者通过 validationeventhandler 负...