dtretyakov / WindowsAzure

.NET library aimed at managing and querying entities from Windows Azure Storage. It can be used as LINQ to Azure Tables.
MIT License
64 stars 27 forks source link

Add support to serialize/deserialize non supported properties or fields. #65

Closed artyomabrahamyan closed 4 years ago

artyomabrahamyan commented 4 years ago

This PR brings serialization functionality. Also gives users ability to use their custom serializers just by implementing ISerializer interface and passing serializer via SerializationSettings.

Also whenever you will be ready to merge this PR, I would like to add constructor overloads for TableSet, TableEntityConverters to allow users to pass SerializationSettings as an instance object to make it mockable/testable.