VMware Tanzu GemFire Native C++ Reference
10.1.5
|
Marker interface for an object that Geode creates and returns from readUnreadFields. More...
Marker interface for an object that Geode creates and returns from readUnreadFields.
If you call readUnreadFields then you must also call writeUnreadFields when that object is reserialized. If you do not call {writeUnreadFields} but you did call PdxReader#readUnreadFields() readUnreadFields} the unread fields will not be written. Unread fields are those that are not explicitly read with a {} readXXX method. This should only happen when a domain class has changed by adding or removing one or more fields.