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