Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for (De)Serialisation of application/xml #2

Open
NZSmartie opened this issue Aug 8, 2017 · 0 comments
Open

Support for (De)Serialisation of application/xml #2

NZSmartie opened this issue Aug 8, 2017 · 0 comments

Comments

@NZSmartie
Copy link
Owner

OIC Core spec only requires application/cbor media type for messages. but also allows for application/json and application/xml

As I've forked Newtonsoft.Json.Bson to create Newtonsoft.Json.Cbor which adds CBOR (RFC 7049) support to the popular JSON.Net library, it covers the applicaiton/cbor requirement and as a bonus natively supports application/json but is a miss with application/xml

Luckily, .Net works well with XML, so it shouldnt' be too hard to work in serialisation, but for now, it's not a huge requirement.

If you need this support. Thumbs up this issue and i'll look into it

@NZSmartie NZSmartie changed the title Support (De)Serialisation of application/xml Support for (De)Serialisation of application/xml Aug 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant