You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the intent here to serialize all types including the generated ones? I doubt this issue is for disabling serde (which we no longer use) for parsing the json.
Activity
halzy commentedon Jun 26, 2020
Is the intent here to serialize all types including the
generated
ones? I doubt this issue is for disabling serde (which we no longer use) for parsing the json.ghost commentedon Jun 27, 2020
@halzy I think the intent here is to support serialization of
Variant
s (directly), similar to how the Godotjson()
works, but withserde
.Merge #743