Robert Valentino Well-Known Member Licensed User Longtime User Mar 20, 2019 #1 I am using B4XSerializator but cannot find the B4XSerializator library Don't all B4X classes suppose to have the source code in them. Would like to add some functions to the B4XSerializator class BobVal
I am using B4XSerializator but cannot find the B4XSerializator library Don't all B4X classes suppose to have the source code in them. Would like to add some functions to the B4XSerializator class BobVal
Erel B4X founder Staff member Licensed User Longtime User Mar 21, 2019 #2 Robert Valentino said: Don't all B4X classes suppose to have the source code in them. Click to expand... No. Only b4xlibs include the source code. How to find the containing library? 1. Search: https://www.b4x.com/search?query=B4XSerializator 2. Click on the very first link. It will take you to the library documentation. Upvote 0
Robert Valentino said: Don't all B4X classes suppose to have the source code in them. Click to expand... No. Only b4xlibs include the source code. How to find the containing library? 1. Search: https://www.b4x.com/search?query=B4XSerializator 2. Click on the very first link. It will take you to the library documentation.
Robert Valentino Well-Known Member Licensed User Longtime User Mar 21, 2019 #3 Thanks had already done that. Wanted to see how B4XSerializator calculates the length of a Type when returning the Bytes Upvote 0
Thanks had already done that. Wanted to see how B4XSerializator calculates the length of a Type when returning the Bytes