What is the easiest way to do binary serialization/deserialization of some custom data between C# and Android\'s Java? I\'d like to find for Java something similar to C# BinaryWriter and BinaryReader
I have the following code to serialize /deserialize a DataTable: public static byte[] Serialize(DataTable dt)
I save data using binary serialization. Now I have changed a field in the program from Int32 to a struct. But I still want to save the field as Int32 to be backward compatible. How do I do that?
I wanna send data from client to server. There are two queues. in client side and in server side. I want to my client to be connected to the server and send all the data in client queue to the server.
I am using binary serialization (with BinaryFormatter, etc) to serialize a graph of objects. Of those objects, some have fields of a certain type that is similar to an enumeration, except with additio
I am looking for a fast binary serialization framework to use in Windows Phone 7 for a project I am migrating from Windows Mobile 6.5
So, I want to implement my own binary se开发者_JAVA技巧rialization. I\'m looking for some examples to head me in the right direction.
I want to be able to compare objects by the hashcode. Per example, one is the object itself, and the other is serialized (binary) and then recovered version of the object.
We have an ASP.NET 2.0 web forms app that used to be deployed via a web deployment project. Recently we deployed a new version built by TFS/MSBuild and the change seems to have caused a problem with t
I\'m trying to serialize an object and the following SerializationException is thrown: Type \'System.Linq.Enumerable+d__71`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToke