Skip to content

What is the proper way to serialize Nodes? #12700

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

You must be logged in to vote

Sounds like something in NodeBundle uses NonZeroU16, and it's saying that it's not currently registered. Try registering it like:

app.register_type::<NonZeroU16>();

Note that in 0.14 this won't need to be done manually anymore as we will have recursive registration (#5781).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ruleBased848
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