csharpsi / Gremlin.Net.Extensions

10 stars 5 forks source link

#16 add support for SetProperties from any object #21

Closed dviry closed 4 years ago

dviry commented 4 years ago

Using the new freely released ServiceStack.Text library to avoid writing reflection methods. Note that I am only testing string/guid, I am sure numbers/dates will need special handling - I'll leave that to you ;)

csharpsi commented 4 years ago

Thanks for this, but I don't think introducing another dependency (especially one so large!) is the right way to go.