rojo-rbx / rbx-dom

Roblox DOM and (de)serialization implementation in Rust
MIT License
105 stars 42 forks source link

Don't serialize migrated properties #332

Closed kennethloeffler closed 11 months ago

kennethloeffler commented 11 months ago

Closes #329.

This PR prevents rbx_xml and rbx_binary from serializing migrated properties. As stated in the linked issue, it's only possible for migrated properties to end up in the dom by specifically inserting them, but I think it's best to avoid any inconsistencies here.