当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
Serializer (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
javax.xml.rpc.encoding
Interface Serializer
- All Superinterfaces:
- Serializable
- public interface Serializer
- extends Serializable
This interface defines the base interface for serializers. A Serializer
converts a Java object to an XML representation using a specific XML
processing mechanism and based on the specified type mapping and encoding
style.
- Version:
- $Revision: 1.3 $
- Author:
- Scott.Stark@jboss.org
getMechanismType
public String getMechanismType()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.