Package org.jsonex.jsoncoder
-
Interface Summary Interface Description EqualsWrapper<T> For eBay BO, there is no way to check actual equality of two BO objects.ICoder<T> Used for specific BeanCoder for certain types, such as Money, Date. -
Class Summary Class Description BeanCoder A coder to convert java class to a TDNodeBeanCoderContext Context object for BeanCoder, it will save session information during encoding and provide a way to let client to customize the encode behavior.DecodeReq<T> Decode Request, the reason we use abstract class, is to force to create a sub-class so that it's possible to get the getActualTypeArguments.EncodeReq JSONCoder JSONCoderOption -
Enum Summary Enum Description JSONCoderOption.LogLevel -
Exception Summary Exception Description BeanCoderException