org.granite.messaging.amf.io.convert.impl
Class Collection2Array

java.lang.Object
  extended by org.granite.messaging.amf.io.convert.Converter
      extended by org.granite.messaging.amf.io.convert.impl.Collection2Array

public class Collection2Array
extends Converter

Author:
Franck WOLFF

Field Summary
 
Fields inherited from class org.granite.messaging.amf.io.convert.Converter
converters
 
Constructor Summary
Collection2Array(Converters converters)
           
 
Method Summary
protected  boolean internalCanConvert(Object value, Type targetType)
           
protected  Object internalConvert(Object value, Type targetType)
           
 
Methods inherited from class org.granite.messaging.amf.io.convert.Converter
canConvert, convert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Collection2Array

public Collection2Array(Converters converters)
Method Detail

internalCanConvert

protected boolean internalCanConvert(Object value,
                                     Type targetType)
Specified by:
internalCanConvert in class Converter

internalConvert

protected Object internalConvert(Object value,
                                 Type targetType)
Specified by:
internalConvert in class Converter