Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的一个客户正在将 JSON 文档存储到 GemFire 中,并希望通过操作 PDXInstance 将字段添加到现有的 JSON 文档中,以节省不必要的序列化成本。我正在查看 API,但今天似乎没有一种方法可以使用 PDXInstance 添加字段。有没有办法做到这一点?
我认为没有办法将字段添加到 PdxInstance。有一个 PDXInstanceFactory,但它只允许您构建全新的对象。