PdeG Member Licensed User Longtime User Jun 6, 2022 #1 Hi all, Create this Type in C#: Type Message (Body As String, From As String) Does anyone know how to create a B4X Type in C#, the object has to be converted to Byte using the B4XSerializator.dll. Regards, Peter
Hi all, Create this Type in C#: Type Message (Body As String, From As String) Does anyone know how to create a B4X Type in C#, the object has to be converted to Byte using the B4XSerializator.dll. Regards, Peter
Erel B4X founder Staff member Licensed User Longtime User Jun 6, 2022 #2 I recommend you to use Dictionary<Object, Object> and then convert the Map to the custom type in the B4X code. Upvote 0
I recommend you to use Dictionary<Object, Object> and then convert the Map to the custom type in the B4X code.