-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
### Read release policy
- [X] I understand that unsupported versions d…
-
### 问题描述
一段在fastjson1中可以反序列化的数据,升级了fastjson2后不行了,但是也没有报错
### 环境信息
- OS信息: macOS 12.6.1 Intel Core i7 16 GB
- JDK信息: jdk 1.8.0_275
- 版本信息:Fastjson 2.0.37
### 重现步骤
以下测试类在fastjson1下能通过,…
-
我的redis哨兵master和sentinel均需要密码,但是lettuce源码解析sentinel URI时 不支持配置 `&sentinelPassword=`
所以我应如何配置sentinel密码呢?
文档中写的:
jetcache:
areaInCacheName: false
remote:
default:
type: redis.le…
-
### 问题描述
*简要描述您碰到的问题。*
When serializing and deserializing I use the PropertyNamingStrategy (for example, LowerCaseWithUnderScores). It works fine when serializing Object to Json string. But when d…
-
### 问题描述
通过fastjson2将数据序列化写到redis中,后续再读出来就报错,错误信息如下:
```
Caused by: com.alibaba.fastjson2.JSONException: illegal fieldName input:, offset 132, character :, line 1, column 132, fastjson-version 2.0.…
-
### 问题描述
使用 JSON.parseObject(sJson);把json转换为对象的时候出现了错误如下:
"java.lang.Exception: java.lang.ArrayIndexOutOfBoundsException: Index 1034144 out of bounds for length 1034144 com.alibaba.fastjson2.JSONRe…
-
### 问题描述
*简要描述您碰到的问题。*
登陆授权信息反序列化拿不到属性。1.2.83 正常。
### 环境信息
*请填写以下信息:*
- OS信息: mac
- JDK信息: [e.g.:Openjdk 1.8.0_312]
- 版本信息:[e.g.:Fastjson2 2.0.42]
### 重现步骤
*如何操作可以重现该问题:*
…
-
User.java
```
import com.alibaba.fastjson2.annotation.JSONField;
public class User {
/**
其他字段...
*/
@JSONField(serializeUsing = NotWriteEmptyString.class)
private St…
-
字段超过32个,Retrofit2ConverterFactory中解析报错。
然后JSON.parseObject(byteArray, Test.class) 这个解析json的也会报错
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.32")
implementation("com.alibaba.fastj…
-
mock-example-APP中接口返回的是List类型,实际mock规则配置的返回数据是string类型。我看private Object stringToObject(String string, Class aClass) 方法中支持的转换类型是string、Byte、Short、Integer这种基本类型,请问是怎么转换成List类型的? 应该只有转换成List类型,被mock的程序才不…