public class CoderDate extends Object implements ICoder<Date>
CoderDate()
Date
decode(TDNode jsonNode, Type type, Object targetObj, BeanCoderContext ctx)
TDNode
encode(Date obj, Type type, BeanCoderContext ctx, TDNode target)
Class<Date>
getType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CoderDate()
public Class<Date> getType()
getType
ICoder<Date>
public TDNode encode(Date obj, Type type, BeanCoderContext ctx, TDNode target)
ICoder
encode
obj
ctx
target
public Date decode(TDNode jsonNode, Type type, Object targetObj, BeanCoderContext ctx)
decode
jsonNode
type
Copyright © 2019. All rights reserved.