ApiClientSerializationOptions Properties |
The ApiClientSerializationOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| IgnoreNullValues |
True to ignore null values, otherwise false.
| |
| UseCamelCasePropertyNames |
Use camel case if true, otherwise depends on
the action will be implemented in the serializer.
| |
| UseStringEnumConversion |
True to serialize enums to string values,
false to serialize enums to integer values (default).
|