Skip to content

Difficulty Serializing Vec<Box<dyn Reflect>> #19353

Answered by MrGVSV
pop asked this question in Q&A
Discussion options

You must be logged in to vote

Unfortunately not possible today. You could maybe get around it by using Arc<dyn Reflect>, assuming the types all register ReflectSerialize, but it's still an in-progress feature.

We currently need this PR (which I’m planning to rebase), as well as some additional stuff I’m currently working on. I’m hopeful we can get this functionality in 0.17 though so stay tuned!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants