Skip to content

Commit

Permalink
Merge pull request #60 from MicrosoftDocs/feature/none-key
Browse files Browse the repository at this point in the history
- adds documentation entry for none serialization key
  • Loading branch information
baywet authored Feb 1, 2024
2 parents 620dc51 + 973cbe7 commit c8b5d18
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions OpenAPI/kiota/using.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,13 @@ kiota generate --class-name MyApiClient
#### `--deserializer (--ds)`
The fully qualified class names for deserializers. Defaults to the following values.
The fully qualified class names for deserializers.
These values are used in the client class to initialize the deserialization providers.
Since version 1.11 this parameter also supports a **none** key to generate a client with no deserialization providers in order to enable better portability.
Defaults to the following values.
| Language | Default deserializers |
|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
Expand Down Expand Up @@ -335,7 +341,13 @@ kiota generate --openapi https://contoso.com/api/openapi.yml
#### `--serializer (-s)`
The fully qualified class names for deserializers. Defaults to the following values.
The fully qualified class names for serializers.
These values are used in the client class to initialize the serialization providers.
Since version 1.11 this parameter also supports a **none** key to generate a client with no serialization providers in order to enable better portability.
Defaults to the following values.
| Language | Default deserializer |
|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
Expand Down

0 comments on commit c8b5d18

Please sign in to comment.