Skip to content

Fixes deserialization of OData primitive types (feature 2.0)#184

Merged
andrueastman merged 3 commits intofeature/2.0from
andrueastman/OdataPrimitiveDeserialization
Dec 9, 2020
Merged

Fixes deserialization of OData primitive types (feature 2.0)#184
andrueastman merged 3 commits intofeature/2.0from
andrueastman/OdataPrimitiveDeserialization

Conversation

@andrueastman
Copy link
Contributor

@andrueastman andrueastman commented Dec 8, 2020

This PR completes the work of synchronizing the dev and feature/2.0 branch started off in #182

It involves the refactoring of the work done in #135 to a System.Text.Json implementation needed in the 2.0 pipeline.

Links

Fixes #185

Andrew Omondi added 3 commits December 8, 2020 09:43
Adds intermediate response objects for deserialization of OData primitives.

	new file:   src/Microsoft.Graph.Core/Models/ODataMethodInt64Response.cs
	new file:   src/Microsoft.Graph.Core/Models/ODataMethodInt32Response.cs
	new file:   src/Microsoft.Graph.Core/Models/ODataMethodBooleanResponse.cs
	new file:   src/Microsoft.Graph.Core/Models/ODataMethodStringResponse.cs
@andrueastman andrueastman self-assigned this Dec 8, 2020
@andrueastman andrueastman marked this pull request as ready for review December 8, 2020 08:07
@andrueastman andrueastman linked an issue Dec 8, 2020 that may be closed by this pull request
12 tasks
@andrueastman andrueastman changed the title Fixes deserialization of OData primitive types (2.0) Fixes deserialization of OData primitive types (feature 2.0) Dec 8, 2020
@andrueastman andrueastman merged commit 1229294 into feature/2.0 Dec 9, 2020
@andrueastman andrueastman deleted the andrueastman/OdataPrimitiveDeserialization branch December 9, 2020 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sync dev and 2.0 branch

3 participants