Object documentation: B4XSerializator B4A Tutorial [B4X] Network + AsyncStreams + B4XSerializator - Erel    Jun 30, 2020   (26 reactions)   tags: transfer, B4XSerializator, Erel, Network -network-asyncstreams-b4xserializator.119011/#content
New video tutorial:
256762156
https://www... the starter service.
2. The Activity is only responsible for the UI.
3. Using B4XSerializator... we need to convert the bitmap to bytes and vice versa.
- B4XSerializator is cross platform... B4A Tutorial [B4X] [B4XPages] Network + AsyncStreams + B4XSerializator - Erel    Jun 30, 2020   (27 reactions) https://www.b4x.com/basic4android/images/java_USPawWZPiX.png 95652 https://www.b4x.com/basic4android/images/B4i_nUuTQqGuEH.png Cross platform version, based on B4XPages, of the network example: https://www.b4x.com/android/forum/threads/b4x-network-asyncstreams-b4xserializator.72149/#content It is so much simpler to use B4XPages that it feels like cheating :) All of the code is shared. The layouts were copy-pasted.... B4A Tutorial Large & Searchable List with SearchView + B4XSerializator - Erel    Aug 12, 2021   (11 reactions)   tags: search large database Better to use: https://www.b4x.com/android/forum/threads/b4x-sqlsearchview-sqlite-based-search-view.133379/ Two very important methods were added to B4XSerializator in RandomAccessFile v2.20... is ready (the main thread is busy building the index). Now with B4XSerializator and a small B4J program we... to be killed by the OS. Notes - This solution is also compatible with B4i as B4XSerializator... will see more and more usages for B4XSerializator.... B4A Library [B4X] .Net Framework implementation of B4XSerializator - Erel    Mar 20, 2020   (24 reactions) B4XSerializator is included in the internal RandomAccessFile library. The attached dll is for .Net Framework applications.
B4XSerializator is a great tool that makes it simple to share data between... B4J Tutorial Network + AsyncStreams + B4XSerializator - Erel    May 15, 2017   (5 reactions)   tags: B4XSerializator, Network This is the B4J version of this B4A example: Network + AsyncStreams + B4XSerializator
Note that B4XSerializator is cross platform, so it should be simple to use similar code to communicate... B4A Question Help with B4XSerializator - Harris    Nov 29, 2022 )
Dim myser As B4XSerializator
myser.ConvertObjectToBytes( v.Get(key) ) ' ????
'... B4J Question [BANano] Is there something like the B4XSerializator / Equivalent? - Mashiane    Mar 6, 2022 Hi there Is there something like the B4XSerializator / Equivalent in BANano that we can use to serialize objects between clients and server? For example, BrowserIndex is javascript (will send to server) and BANanoServer is java (will receive and process and send back to client), so how can one make something like that work? Thanks in advance.... B4A Code Snippet [B4X] Bytes To File - Erel    May 24, 2020   (19 reactions)   tags: Image, Share Images, Bytes, B4X, B4X Bytes To File complex objects (and simple objects) to bytes and vice versa with B4XSerializator from... B4J Question [JAVA] Use of B4XSerializator - rdkartono    Jun 7, 2021 B4XSerializator to convert from Map to Bytes. Here are the code :
/**
* Write Map Object to TCPSocket... 7e 2e 8c 9c 40 b6 bb 6b 48 70 88 63 48 68 30 0 35 74 4 eb
However I can't cast back from... Other [SOLVED]Question .Net Framework implementation of B4XSerializator. - jahswant    Nov 22, 2020 Hey I'm a little blocked with .Net Framework implementation of B4XSerializator...);
B4XType B4XMessage = new B4XType("Message", Dict);
B4XSerializator B4XSer = new... Page: 1   2   3   4   5   |