Uses of Interface
org.jboss.axis.encoding.Serializer

Packages that use Serializer
org.jboss.axis.encoding   
org.jboss.axis.encoding.ser   
org.jboss.axis.types   
 

Uses of Serializer in org.jboss.axis.encoding
 

Subinterfaces of Serializer in org.jboss.axis.encoding
 interface SimpleValueSerializer
           
 

Methods in org.jboss.axis.encoding that return Serializer
 Serializer SerializationContextImpl.getSerializerForJavaType(Class javaType)
          Convenience method to get the Serializer for a specific java type
 Serializer SerializationContext.getSerializerForJavaType(Class javaType)
          Convenience method to get the Serializer for a specific java type
 

Uses of Serializer in org.jboss.axis.encoding.ser
 

Classes in org.jboss.axis.encoding.ser that implement Serializer
 class Base64Serializer
          Serializer for Base64
 class CalendarSerializer
          Serializer for dateTime (Calendar).
 class DateSerializer
          Serializer for Dates.
 class EnumSerializer
          Serializer for a JAX-RPC enums.
 class HexSerializer
          Serializer for hexBinary.
 class QNameSerializer
          Serializer for QNames.
 class SimpleSerializer
          Serializer for primitives and anything simple whose value is obtained with toString()
 

Fields in org.jboss.axis.encoding.ser declared as Serializer
protected  Serializer BaseSerializerFactory.ser
           
 

Methods in org.jboss.axis.encoding.ser that return Serializer
protected  Serializer BeanSerializerFactory.getGeneralPurpose(String mechanismType)
          Optimize construction of a BeanSerializer by caching the type and property descriptors.
protected  Serializer BaseSerializerFactory.getGeneralPurpose(String mechanismType)
          Obtains a serializer by invoking (javaType, xmlType) on the serClass.
protected  Serializer BaseSerializerFactory.getSerializerAsInternal(String mechanismType)
           
protected  Serializer BaseSerializerFactory.getSpecialized(String mechanismType)
          Obtains a serializer by invoking getSerializer method in the javaType class or its Helper class.
 

Uses of Serializer in org.jboss.axis.types
 

Methods in org.jboss.axis.types that return Serializer
static Serializer Schema.getSerializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.