STARIONGROUP / reqifsharp

A C# library for reading and writing reqif documents
https://reqifsharp.org
Apache License 2.0
24 stars 14 forks source link

Improve performance of serialization and deserialization #30

Closed samatstariongroup closed 2 years ago

samatstariongroup commented 2 years ago

Prerequisites

Description

Serialization can be improved by refactoring and removing the xmlSerializer and relying solely on the XmlWriter and XmlReader classes.

Steps to Reproduce

NA

System Configuration