You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ruby abstractions and generation process doesn't support registering the serialization providers. This pushes an additional requirement on consumers to manually register those for the different serialization formats they want to support.
TODO:
update the Ruby CodeMethodWriter (ApiClientConstructor) so it generates the calls to the registration by reading the SerializerModules and DeserializerModules properties on the code method.
Add calls to the ReplaceDefaultSerializationModules, ReplaceDefaultDeserializationModules, and AddSerializationModulesImport methods in the Ruby refiner (see examples in the other language)
Update the table of parameters with the default values for Ruby in the main readme
Update the HttpCore service to leverage the default instances of the registries when no value is passed as parameter AB#10651
The text was updated successfully, but these errors were encountered:
The ruby abstractions and generation process doesn't support registering the serialization providers. This pushes an additional requirement on consumers to manually register those for the different serialization formats they want to support.
TODO:
SerializerModules
andDeserializerModules
properties on the code method.ReplaceDefaultSerializationModules
,ReplaceDefaultDeserializationModules
, andAddSerializationModulesImport
methods in the Ruby refiner (see examples in the other language)AB#10651
The text was updated successfully, but these errors were encountered: