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

warn serializing nested classes derived from UEComponent #81

Open
extrawurst opened this issue May 10, 2015 · 0 comments
Open

warn serializing nested classes derived from UEComponent #81

extrawurst opened this issue May 10, 2015 · 0 comments

Comments

@extrawurst
Copy link
Owner

issue warning for serializing a member that inherits from UEComponent if that class is nested but the member is of a type up the herarchy. use http://dlang.org/traits.html#isNested

rationale: the class name is used on deserialization to create that member using Object.factory but that wont work for nested types (even when only nested in a unittest block ^^)

@extrawurst extrawurst added this to the v1.0 - future milestone May 10, 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