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

Updating actor serialization documentation #1371

Merged
merged 6 commits into from
Oct 18, 2024

Commits on Oct 17, 2024

  1. Changed headers, updated introduction to reflect the difference in se…

    …rialization between either type and added a brief section to detail the use of System.Text.Json for weakly-typed Dapr actor clients and to point to official documentation on it
    
    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7c24897 View commit details
    Browse the repository at this point in the history
  2. Added examples demonstrating basic serialization and property names o…

    …verrides
    
    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    15a6a19 View commit details
    Browse the repository at this point in the history
  3. Added example for both classes and records

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5ec6fe7 View commit details
    Browse the repository at this point in the history
  4. Added clarification about unnecessary use of [property: "

    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    78067e0 View commit details
    Browse the repository at this point in the history
  5. Added example for completeness to System.Text.Json with an example fo…

    …r a custom JSON serializer and extension method to facilitate custom enum values during (de)serialization.
    
    Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
    WhitWaldo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e940302 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    bb1b889 View commit details
    Browse the repository at this point in the history