Skip to content

[http-client-csharp] WireInformation should also include other type of serialization information #5861

@ArcturusZhang

Description

@ArcturusZhang

The WireInformation class now looks like this:

model WireInformation {
   SerializedName: string;
}

we use the SerializedName as the "json" serialization name, when we support xml, we might need to add something on xml in this options, because some models might both support json and xml, and xml has way more complicated serialization information than json.

Metadata

Metadata

Labels

emitter:client:csharpIssue for the C# client emitter: @typespec/http-client-csharp

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions