stevedlawrence opened a new pull request #161: Make the JAPI/SAPI DataProcessors serializable URL: https://github.com/apache/incubator-daffodil/pull/161 Some tools, like Apache Spark, need the ability to serialize the DataProcessor to be sent to cluster nodes where it is then deserialized and used to process data. We have the save/reload methods, but Spark does not now how to use these. So this modifies the JAPI/SAPI DataProcessors so that they are serializable, and modifies the JAPI/SAPI tests to serialize/deserialize each DataProcessor before being used. DAFFODIL-1440
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
