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