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
DataType objects can be dynamic with fields varying based on what "type" it represents (yay Python). For C# this gets tricky, but by having a GenericDataType and a DataType we should be able to handle both forms.
The text was updated successfully, but these errors were encountered:
We can actually handle both forms in the current DataType object already defined. This just means slightly changing the serialiser to reflect the different types (as the python side objects have lots of redundancy).
Description:
DataType objects can be dynamic with fields varying based on what "type" it represents (yay Python). For C# this gets tricky, but by having a GenericDataType and a DataType we should be able to handle both forms.
The text was updated successfully, but these errors were encountered: