public class ArraySerializer extends Object implements ObjectSerializer
| Constructor and Description |
|---|
ArraySerializer(Class<?> componentType,
ObjectSerializer compObjectSerializer) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(JSONSerializer serializer,
Object object,
Object fieldName,
Type fieldType,
int features) |
public ArraySerializer(Class<?> componentType, ObjectSerializer compObjectSerializer)
public final void write(JSONSerializer serializer, Object object, Object fieldName, Type fieldType, int features) throws IOException
write in interface ObjectSerializerIOExceptionCopyright © 2012–2020 Alibaba Group. All rights reserved.