0

A customer of mine is storing JSON documents into GemFire and would like to add fields to existing JSON documents by manipulating the PDXInstance to save unnecessary serialization costs. I was looking at the API and it does not look like there is a way today to add a field by using the PDXInstance. Is there a way to do this?

1 Answers1

0

I don't think there is a way to add a field to a PdxInstance. There is a PDXInstanceFactory, but that only lets you build entirely new objects.

Dan Smith
  • 481
  • 2
  • 3