jp.go.nict.langrid.dao.jsonic
クラス JsonicUtil

java.lang.Object
  上位を拡張 jp.go.nict.langrid.dao.jsonic.JsonicUtil

public class JsonicUtil
extends Object

作成者:
Takao Nakaguchi

コンストラクタの概要
JsonicUtil()
           
 
メソッドの概要
static
<T> T
decode(File file, Class<T> clazz)
           
static
<T> T
decode(File file, net.arnx.jsonic.JSON json, Class<T> clazz)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JsonicUtil

public JsonicUtil()
メソッドの詳細

decode

public static <T> T decode(File file,
                           Class<T> clazz)
                throws IOException
例外:
IOException

decode

public static <T> T decode(File file,
                           net.arnx.jsonic.JSON json,
                           Class<T> clazz)
                throws IOException
例外:
IOException