public static class ValueWrapper.ValueWrapperJsonSerializer
extends java.lang.Object
Constructor and Description |
---|
ValueWrapperJsonSerializer() |
Modifier and Type | Method and Description |
---|---|
JsonElement |
serialize(ValueWrapper src,
java.lang.reflect.Type typeOfSrc,
JsonSerializationContext context)
ValueWrapper自定义序列化实现函数
|
public JsonElement serialize(ValueWrapper src, java.lang.reflect.Type typeOfSrc, JsonSerializationContext context)
src
- 原数据typeOfSrc
- 原数据类型context
- 序列化上下文