-
Notifications
You must be signed in to change notification settings - Fork 0
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
Polymorphic object array support #3
Comments
Hi Chris, The package currently supports mapping of arrays with custom objects, like this: @ReadArray(MyCustomObject)
@UpdateArray(MyCustomObject)
@StoreArray(MyCustomObject)
private _data: MyCustomObject[]; At this moment it's however not possible to pass objects that inherit from Thanks! |
Hi, @pverscha :) Like this.
This RoofPart, ColumnPart, FloorPart and so on have different variables and functions. If so, please refer.. I looked into some package that support polymorphic object array. These are just mapping Json to Typescript.
Thanks. |
Hi Chris, Sorry for the delay in getting back to you. I try to take a look at this today or tomorrow and implement some of the required features if possible. |
Hi! I have one more question.
Does it support polymorphic object array to mapping? If supported, how to do? If not, any plan?
The text was updated successfully, but these errors were encountered: