Android Question [SOLVED] how to use serializator in pure java

Asim A Baki

Active Member
Licensed User
Longtime User
I need to send objects serialized by B4A serializator to pure java application

what is the source sample I can do in java to deserialize the object
I can send and receive to c# the same objects with no problems, I need to do the same in java application
 

Asim A Baki

Active Member
Licensed User
Longtime User
good, can I use jRandomAccessFile in directly in android studio or should I make a wrapper in B4J?


Of course. B4XSerializtor is cross platform. The B4J (Java) implementation is available in jRandomAccessFile.

Why are you developing with Java? It will be easier to use B4J.
 
Upvote 0

Asim A Baki

Active Member
Licensed User
Longtime User
I'm sorry but I cannot help you with non-B4X development questions.
Thanks for your help so far, I have managed to solve this issue

Just in case someone wants to do the same I have added jCore.jar to the project dependencies in Android studio along with jRandomAccessFile

now I can use the serialization from B4J libraries in android studio
 
Upvote 0
Top