Feature added: Support for BinaryResource format in addition to XMI
This update enhances the solution by enabling support for the BinaryResource format. Previously, the algorithm could only handle XMI Resource, but with this improvement, it can now read and process BinaryResource as well.
The support for BinaryResource has been added in a transparent way, meaning that existing workflows using XMI Resource remain unchanged. The system automatically handles, in a "try catch" manner, the appropriate format without requiring modifications from the user.
The BinaryResource format is introduced for performance optimization, as it offers:
- Faster deserialization, improving overall processing speed.