-
@Deprecated(since="2.8.0") @Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface ConvertSmallString
已过时。2.8.0序列化时标记String字段的值是否为无转义字符且长度不超过255的字符串,通常用于类名、字段名、枚举值字符串等 replace byConvertStandardString
详情见: https://redkale.org
- 从以下版本开始:
- 2.3.0
- 作者:
- zhangjx
- 另请参阅:
ConvertStandardString