codingadventures / LINQBridgeVs

Dumps the content of variables during debugging in Visual Studio to LINQPad
MIT License
127 stars 21 forks source link

Add serialization type as an option #45

Closed codingadventures closed 6 years ago

codingadventures commented 6 years ago

As of now an object is serialized using a binary formatter or Json.NET. There is no option to choose the serialization type. Add it to visual studio option and implement it into Grapple