org.apache.axis.encoding.ser
Class ArraySerializerFactory

java.lang.Object
  |
  +--org.apache.axis.encoding.ser.BaseSerializerFactory
        |
        +--org.apache.axis.encoding.ser.ArraySerializerFactory
All Implemented Interfaces:
java.io.Serializable, SerializerFactory, SerializerFactory

public class ArraySerializerFactory
extends BaseSerializerFactory

SerializerFactory for arrays

Author:
Rich Scheuerle
See Also:
Serialized Form

Fields inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory
javaType, ser, serClass, serClassConstructor, share, xmlType
 
Constructor Summary
ArraySerializerFactory()
           
 
Methods inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory
createFactory, getSerializerAs, getSupportedMechanismTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArraySerializerFactory

public ArraySerializerFactory()


Copyright © 2001 Apache XML Project. All Rights Reserved.