Remove the DataContext wrapper around DataDescription (#6170)
* Remove the DataContext wrapper around DataDescription
It doesn't have much of a purpose while making it harder to for example rewrite
Remove the DataContext wrapper around DataDescription (#6170)
* Remove the DataContext wrapper around DataDescription
It doesn't have much of a purpose while making it harder to for example rewrite the function and data object declarations within it as is necessary for deserializing a serialized module.
* Derive Debug for DataDescription
show more ...
|