Skip to content

Serialization of strongly typed id should just store the value directly #110

@ShaharPrishMSFT

Description

@ShaharPrishMSFT

Today, when you store a stronglytypedid, the result stores it as the object:

        {
          "OrgGroupId": {
            "Value": "MyId"
          },
}

Instead (at least optionally), it should store the value as the wrapped value:

{ "OrgGroupId": "MyId" }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions