-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[Azure.Core] Add Public Model Serialization #35946
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
Merged
Merged
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
b2e5f4c
Update serializer (#35735)
nisha-bhatia 87671e8
Update serializer (#35741)
nisha-bhatia c1497f7
[Azure.Core] add List property tests and update ReadOnly Test (#35904)
nisha-bhatia be4d2de
[Azure.Core] Update SerializableOptions.cs (#35947)
nisha-bhatia b9a827c
[Azure.Core] add test helper for Models (#35968)
nisha-bhatia 3653783
[Azure.Core] Update IJsonSerializable with non Try methods (#36164)
nisha-bhatia 678a804
Add scaffolding for readme (#36342)
m-nash 2f6b08b
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-net int…
m-nash ab768c5
Add use cases for explicit casts (#36391)
m-nash 79bb9f6
[Azure.Core] Update Serializer (#36376)
nisha-bhatia 7da48fa
Add use cases for stj (#36399)
m-nash 3ea55f7
[Azure.Core] Add public static deserializer (#36402)
nisha-bhatia 03d2c71
Add model serializer example (#36418)
m-nash 6126493
[Azure.Core] Add NewtonSoft Json example (#36453)
nisha-bhatia 7696902
add generic modeljsonconverter (#36854)
m-nash bf164e9
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-net int…
m-nash 8069f69
[Azure.Core] Add Newton soft BYOM case (#36794)
nisha-bhatia a905618
merge from main
m-nash e67e2c0
regen api after merge
m-nash c18eba6
Demo of what it would look like for public surface (#36857)
m-nash 8ce8618
[Azure.Core] Add XmlSerializer (#37155)
nisha-bhatia 852fd64
add examples for combined interface (#37245)
m-nash c4838b9
merge main
m-nash 6c173b0
regen api after merge
m-nash 74bd112
Update to v1 api surface (#37276)
m-nash 651c016
wip (#37351)
nisha-bhatia 39cdcec
wip (#37544)
nisha-bhatia 95f8795
[Azure.Core] Update options to use Format string (#37467)
nisha-bhatia 20a3e99
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-net int…
m-nash 7794f4c
Update format to have J and W and implement json always on xml models…
m-nash 85c8b0a
Perf checks (#37349)
m-nash d1df9d3
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-net int…
m-nash 1bd5ab1
Hide get sequence until we deal with use-after-free (#37893)
m-nash 5c9570f
Testing public test project failure in ci (#37894)
m-nash 2d830fd
Address api review comments and add more xml docs (#37916)
m-nash a63c96c
update request content create to take an imodelserializable (#37939)
m-nash e0612e6
Mnash request conent i model serializable (#37941)
m-nash e1db74a
update reflection case for modelserializer (#37945)
m-nash 5141eab
Address archboard feedback (#37949)
m-nash 3e8bbed
Remove xml interface (#37967)
m-nash b758b35
Address feedback from https://github.com/Azure/azure-sdk-for-net/pull…
m-nash eb49b8e
Add some more testing around SequenceWriter (#37973)
m-nash f4cb51c
add singletons for known format types (#38007)
m-nash e99592c
Move SequenceWriter to private class (#38013)
m-nash ec32248
delete Readme and associated files (#38064)
nisha-bhatia c19a88d
Add tests for model serialization (#38042)
m-nash 70ebfd4
make cast succeed on null (#38105)
m-nash 980e650
Make ModelSerializer compatible with AOT (#38010)
m-nash 261ef01
Update sdk/core/Azure.Core/src/Serialization/IModelJsonSerializable.cs
m-nash e3a9292
Update sdk/core/Azure.Core/src/Serialization/IModelSerializable.cs
m-nash 5eed09a
Update sdk/core/Azure.Core/src/Serialization/IModelSerializable.cs
m-nash 9f11424
address exception feedback (#38120)
m-nash 6ef7d29
update helper so its non boxing and add struct test cases (#38125)
m-nash ec8186c
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-net int…
m-nash d92d82e
Address some final feedback (#38130)
m-nash d791153
Minor cleanup (#38137)
m-nash 15ecf9f
change from notsupported to format exception (#38147)
m-nash 6e8a8a5
address feedback (#38150)
m-nash a96d061
update changelog
m-nash 0401cc8
add mention of IModelSerializeable
m-nash File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.