| Modifier and Type | Field and Description |
|---|---|
static org.jsonex.core.factory.InjectableInstance<CoderObject> |
it |
| Constructor and Description |
|---|
CoderObject() |
| Modifier and Type | Method and Description |
|---|---|
Object |
decode(TDNode tdNode,
Type type,
Object targetObj,
BeanCoderContext ctx)
Decode an Object
|
TDNode |
encode(Object obj,
Type type,
BeanCoderContext ctx,
TDNode target)
Encode an Object
|
static CoderObject |
get() |
Class<Object> |
getType() |
public static final org.jsonex.core.factory.InjectableInstance<CoderObject> it
public static CoderObject get()
public TDNode encode(Object obj, Type type, BeanCoderContext ctx, TDNode target)
ICoderCopyright © 2021. All rights reserved.