ca.quine.jcommons.marshaller.array
Class IntArrayConverter

java.lang.Object
  |
  +--ca.quine.jcommons.marshaller.array.ArrayConverter
        |
        +--ca.quine.jcommons.marshaller.array.IntArrayConverter
All Implemented Interfaces:
IArrayConverter, IRegistrant

public class IntArrayConverter
extends ArrayConverter


Field Summary
 
Fields inherited from class ca.quine.jcommons.marshaller.array.ArrayConverter
EMPTY_STRING_ARRAY
 
Constructor Summary
IntArrayConverter()
           
 
Method Summary
 Object convertArray(Object array, int dimension)
           
 Object[] getRegistrationKeys()
           
 
Methods inherited from class ca.quine.jcommons.marshaller.array.ArrayConverter
createStringArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntArrayConverter

public IntArrayConverter()
Method Detail

getRegistrationKeys

public Object[] getRegistrationKeys()

convertArray

public Object convertArray(Object array,
                           int dimension)
                    throws ClassNotFoundException
ClassNotFoundException