通过 rest api 更新 Gemfire 中的序列化对象

Update serialized object in Gemfire via rest api

碰巧的是,在我的应用程序中,我通过本机 Gemfire 客户端使用 Gemfire 缓存。我序列化对象并将其放入缓存中。使用 Gemfire 提供的 rest api,我可以轻松地执行一个 get http 请求来获取它。当我执行 GET HTTP

时,它会以某种方式反序列化它

有没有办法通过 REST 更新我的对象API?

一个 PUT HTTP 请求 @type 字段将解决问题,例如:

"@type": "org.apache.geode.web.rest.domain.Order"

我应该检查文档: https://gemfire.docs.pivotal.io/91/geode/rest_apps/put_update_data.html