facebook-csharp-sdk / simple-json

JSON library for .NET 2.0+/SL4+/WP7/WindowsStore with optional support for dynamic and DataContract
MIT License
380 stars 143 forks source link

Configurable mapping #28

Closed haacked closed 11 years ago

haacked commented 11 years ago

This is a PR for #27. Just look at the last commit as I based this on my other branch. I'll rebase this against master when those other changes are merged. :)

I went with the virtual method approach since the delegate syntax is so godawful. :stuck_out_tongue:

prabirshrestha commented 11 years ago

needs rebase

haacked commented 11 years ago

Rebased and also added more GeneratedCodeAttributes to simple-json.

prabirshrestha commented 11 years ago

could you also put [GeneratedCodeAttributes] in PocoJsonSerializerStrategy so it is consistent.

haacked commented 11 years ago

Can't believe I missed that.

haacked commented 11 years ago

Oh, and done!

prabirshrestha commented 11 years ago

pushed https://nuget.org/packages/SimpleJson/0.25.0