VMware GemFire

 How to deserialize an object that contains a non-pdx serialized field

Rahul Puppala's profile image
Rahul Puppala posted Feb 05, 2024 12:58 PM

We have written a data export function but we are running into an issue with PdxSerialization.

 

One of the objects that we use represent money (org.joda.money.Money) was not included in the ReflectionBasedAutoSerializer. Therefore, when we try to extract data using a Gemfire Function, we can extract all the objects in a particular region EXCEPT this Money object. Every other object in the region is PdxSerialized except the Money object. Do you have any suggestions for how we can get around this issue?

 

Specific error: (Class not found deserializing PdxField)function-codefunction-results