public class CoderBigInteger extends Object implements ICoder<BigInteger>
| Constructor and Description |
|---|
CoderBigInteger() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
decode(TDNode jsonNode,
Type type,
Object targetObj,
BeanCoderContext context)
Decode an Object
|
TDNode |
encode(BigInteger obj,
Type type,
BeanCoderContext context,
TDNode target)
Encode an Object
|
Class<BigInteger> |
getType() |
public Class<BigInteger> getType()
getType in interface ICoder<BigInteger>public TDNode encode(BigInteger obj, Type type, BeanCoderContext context, TDNode target)
ICoderencode in interface ICoder<BigInteger>obj - The Object to encodecontext - Encode contexttarget - The target json TDNodepublic BigInteger decode(TDNode jsonNode, Type type, Object targetObj, BeanCoderContext context)
ICoderdecode in interface ICoder<BigInteger>jsonNode - The json TDNode to be decodedtype - The target typecontext - Decode contextCopyright © 2019. All rights reserved.