PhysicalProperties
fail to deserialize in non-human-readable format
#427
Labels
PhysicalProperties
fail to deserialize in non-human-readable format
#427
Currently, it's impossible to deserialize
PhysicalProperties
in a non-human-readable format such as MessagePack. I encounter this problem when deserializingrbx_dom_lua
encoded values. As a temporary fix, I replaced:with:
in
rbx_dom_lua/src/EncodedValue.lua
and it works just fine. However, the problem, is that it breaks deserialization of human-readable formats like JSON.To fix this issue we should modify
TaggedPhysicalProperties
inrbx_types/src/physical_properties.rs
. Unfortunately, I don't have time to investigate so I'm just leaving this as a tracking issue.The text was updated successfully, but these errors were encountered: