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-code]()
![function-results]()