reckart commented on pull request #88: URL: https://github.com/apache/uima-uimaj/pull/88#issuecomment-741927346
I'd need to look at it more closely, but it seems that the `org.apache.uima.cas.impl.CommonSerDesSequential.setup(MarkerImpl, int)` method which internally calls the `AllFSs` returns the list of FSes that `AllFSs` has found. So e.g. `org.apache.uima.cas.impl.BinaryCasSerDes4.Serializer.serialize()` could use this return value and add the FSes to its tracking set. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
