bolorundurowb / vCardLib

📇 A .NET standard library for reading and writing vCard files
https://github.com/bolorundurowb/vCardLib/blob/master/README.md
MIT License
27 stars 15 forks source link

Add support for serialization to streams #60

Closed Swimburger closed 1 year ago

Swimburger commented 2 years ago

There's currently support for deserializing using a stream, but not to serialize to a stream. This would be helpful to directly write to files or HTTP bodies etc.

bolorundurowb commented 1 year ago

@Swimburger will add that in the next release