You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love your library, I like how type and property resolvers work, especially since I don't like using attributes on POCO.
Any example how to serialize a resource object?
You mention in the README that "There are a couple alternative serializers for JSON API ".
So one is JsonApiMediaTypeFormatter, which is the other one?
I'm trying to wrap my head around JsonApiMediaTypeFormatter with no luck yet.
By the way I was able to convert the library into a PCL let me know if you're interested about that. It's pretty easy to do it, it's mostly about replacing reflection APIs with the ones from shared .NET.
The text was updated successfully, but these errors were encountered:
I love your library, I like how type and property resolvers work, especially since I don't like using attributes on POCO.
Any example how to serialize a resource object?
You mention in the README that "There are a couple alternative serializers for JSON API ".
So one is JsonApiMediaTypeFormatter, which is the other one?
I'm trying to wrap my head around JsonApiMediaTypeFormatter with no luck yet.
By the way I was able to convert the library into a PCL let me know if you're interested about that. It's pretty easy to do it, it's mostly about replacing reflection APIs with the ones from shared .NET.
The text was updated successfully, but these errors were encountered: