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
Member's of List shapes should not be generated as pointer values by default. The members of lists should be generated as values.
This changes how the SDK generator and serializers handle list/set shapes. During deserialization the SDK should substitute the type's zero value for null values, and during serialization send the value of the list member.
The text was updated successfully, but these errors were encountered:
jasdel
changed the title
Lists should be generated as values by default
Lists members should be generated as values by default
Aug 5, 2020
…#232)
Adds a new KnowedgeIndex implementation GoPointableIndex this index declares when a shape should be a pointer or value type in Go code. Updates the SDK's code generation so that all non-sparse list and maps are rendered with value members instead of pointers. This null-ability applies to number and boolean members to that are not explicitly decorated as boxed.
Fixes#128Fixes#127Fixes#149
Member's of List shapes should not be generated as pointer values by default. The members of lists should be generated as values.
This changes how the SDK generator and serializers handle list/set shapes. During deserialization the SDK should substitute the type's zero value for null values, and during serialization send the value of the list member.
The text was updated successfully, but these errors were encountered: