jp.develop.common.util.amf.converter
Class CharArrayConverter

java.lang.Object
  extended by jp.develop.common.util.amf.converter.CharArrayConverter
All Implemented Interfaces:
IConverter<char[]>

public class CharArrayConverter
extends Object
implements IConverter<char[]>

Converter to char[].

Author:
Waki Takeya

Constructor Summary
CharArrayConverter()
           
 
Method Summary
 char[] convert(Object object)
          Convert object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharArrayConverter

public CharArrayConverter()
Method Detail

convert

public char[] convert(Object object)
Convert object.

Specified by:
convert in interface IConverter<char[]>
Parameters:
object - The object to be converted.
Returns:
Converted object. This object must be assignable to T.