Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Data Conversion #68

Open
justin-espedal opened this issue Jul 24, 2015 · 1 comment
Open

Data Conversion #68

justin-espedal opened this issue Jul 24, 2015 · 1 comment

Comments

@justin-espedal
Copy link
Owner

If a data structures object reads a value as one type, but expects it to be another, attempt to convert the data automatically.

Example:
Due to a bug in the extension, typed arrays are often treated as Array<Dynamic>, leading the data to be written out as [value:Type, value:Type, value:Type]:Dynamic instead of [value, value, value]:Type.

Converters can also be useful when a field's type is changed after some structures have already been created with that field.

@justin-espedal
Copy link
Owner Author

May not do anything with this, at least not doing this for Dialog Extension 2.0.

@justin-espedal justin-espedal removed this from the Dialog Extension 2.0 milestone Oct 26, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant