Wish Types for serializatized types declared not in the Main module

b4auser1

Well-Known Member
Licensed User
Longtime User
If the type for serialization is declared not in the Main Module, then while
B4X:
Serializator.ConvertBytesToObject(...)
java.lang.RuntimeException: java.lang.ClassNotFoundException: "..." raised and application stopped

F.e. I declare Type ... in the code module and received the exception described above.

Please, either fix the problem with Type ... declared not in the Main module or add the information about this feature to https://www.b4x.com/android/forum/threads/server-send-and-receive-objects.37206/
 
Top