Android Question Serializing / Deserializing Basic4Android <-> .NET

wl

Well-Known Member
Licensed User
Longtime User
Hi,

I know you can serialize and deserialize entire Basic4Android objects (stream WriteObject).

I would like to be able to serialize an object in Basic4Android and deserialize in C# (and visa versa). Would it be possible ? Wat is the internal structure of a serialized stream (which you can also compress ...), or would I need to stick to JSon or XML ?

Thanks
 

wl

Well-Known Member
Licensed User
Longtime User
Hi Erel,

In fact this is the way I'm currently doing this, but I had a look at the internals of the RandomAccessFile classand it should be possible somehow to port this code to .NET ? I don't know whether others might be interested as well.
Wim
 
Upvote 0
Top