aschitnis / my-projects

All personal projects in C#
0 stars 0 forks source link

refactor XML Serialization methods #11

Closed aschitnis closed 3 years ago

aschitnis commented 3 years ago

Exception mechanism needs to be implemented properly. The Methods for serialize/deserialize need to always return a Exception object, whether it is null or whether it holds an Exception.

aschitnis commented 3 years ago