public interface JSONSerializable
| Modifier and Type | Method and Description |
|---|---|
void |
write(JSONSerializer serializer,
Object fieldName,
Type fieldType,
int features)
write to json
|
void write(JSONSerializer serializer, Object fieldName, Type fieldType, int features) throws IOException
serializer - json seriliazerfieldName - field namefieldType - field typefeatures - field featuresIOExceptionCopyright © 2012–2022 Alibaba Group. All rights reserved.