aloneguid / config

⚙ Config.Net - the easiest configuration framework for .NET developers. No BS.
MIT License
641 stars 85 forks source link

POCO Support #75

Closed vector-man closed 5 years ago

vector-man commented 5 years ago

How do you handle POCOs? I have some arrays of classes I would like to save to disk:

E. G. Authors[], Books[], etc.

aloneguid commented 5 years ago

config.net might not suit this, it doesn't deal with serialisation. You can however serialise to string first and write/read with config.net.