public class CoderBigInteger extends Object implements ICoder<BigInteger>
| Modifier and Type | Field and Description |
|---|---|
static org.jsonex.core.factory.InjectableInstance<CoderBigInteger> |
it |
| 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
|
static CoderBigInteger |
get() |
Class<BigInteger> |
getType() |
public static final org.jsonex.core.factory.InjectableInstance<CoderBigInteger> it
public static CoderBigInteger get()
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 © 2021. All rights reserved.