Package org.jsonex.jsoncoder.coder
Class CoderArray
- java.lang.Object
-
- org.jsonex.jsoncoder.coder.CoderArray
-
-
Field Summary
Fields Modifier and Type Field Description static org.jsonex.core.factory.InjectableInstance<CoderArray>it
-
Constructor Summary
Constructors Constructor Description CoderArray()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectdecode(TDNode tdNode, Type type, Object targetObj, BeanCoderContext ctx)Decode an ObjectTDNodeencode(Object obj, Type type, BeanCoderContext ctx, TDNode target)Encode an Objectstatic CoderArrayget()Class<Object>getType()
-
-
-
Field Detail
-
it
public static final org.jsonex.core.factory.InjectableInstance<CoderArray> it
-
-
Method Detail
-
get
public static CoderArray get()
-
encode
public TDNode encode(Object obj, Type type, BeanCoderContext ctx, TDNode target)
Description copied from interface:ICoderEncode an Object
-
-