-
#### Motivation
Arbitrary JSON deserialization induces issues to every tooling, that relies on some sort of static analyzing of the java code. This includes obfuscators like proguard/r8, AOT compiler…
-
Hi guys, it might be an issue with the code on my end, but although my BasePairParameters class works to serialize my data, it still doesn't correctly serialize the Structure object. So if I seriali…
-
```
What steps will reproduce the problem?
1. Try to serialize IndexedCollection
What is the expected output? What do you see instead?
Serializable IndexedCollection
What version of the product are …
-
对下面代码块中的 enumValueField == null 条件判断有点疑问。
https://github.com/alibaba/fastjson2/blob/1ca0ab6f7e468cf8174ef048df3743665e9262bd/core/src/main/java/com/alibaba/fastjson2/writer/ObjectWriterCreatorASM.j…
-
I've finished the required user stories for SimpleTwitterClient, please Review.
I added a couple of the simple optionals.
The item I'm going back to work on is Active Android. A MUST.
The UI is still …
-
My Homework 2 Grid Image Search app is check-in, please review. /cc @codepathreview @codepath
-
Hi,
This is a wall of text, and I know it's a lot, but I am merely trying to distill all of the debugging I've been doing the last couple of days, and convince you that I've done due diligence and …
-
I'd really like to be able to use this module by just using its pure functions.
It is feasible by requiring those functions directly:
```js
const preferredEncodings = require('negociator/lib/enco…
-
### 需求或者改进建议
fastjson2 的 `JSONWriter.Feature.WriteMapNullValue` 是对象级别的,序列化对象时null字段要么全部输出,要么不输出。
我现在有一个场景:校验错误字段`validationErrors`在有值的时候才输出,没有值就不输出,无论是否设置了 `JSONWriter.Feature.WriteMapNullValue`。
…
-
```
What steps will reproduce the problem?
1. Create model class which includes unsupported property type (e.g.
UserProperty)
2. Populate and save at least one instance of model class
3. Import serial…