Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] genericize wrapper data decoding beyond metaData #122

Merged
merged 2 commits into from
Jan 18, 2023

Conversation

hborawski
Copy link
Contributor

Allows for specifying a data type to represent all the non-asset data in a wrapper when using GenericWrappedAsset, defaulting to just decoding the metaData we have been using as the default.

Allows for decoding additional sibling keys

when using the default WrappedAsset, metaData is populated and accessible as it has been, when using GenericWrappedAsset, metaData will need to be included in the AdditionalData type provided to GenericWrappedAsset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Increment the minor version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant