binaryformatter
Performance: BinaryFormatter vs. XmlSerializer
I read very often that the BinaryFormatter has better performance then XmlSerializer. Out of curiosity, I wrote a test-app.[详细]
2023-01-12 10:17 分类:问答BinaryFormatter alternative
I am shopping for a BinaryFormatter alternative/replacement. The current issues I ha开发者_JAVA百科ve with BinaryFormatter (and the alternatives should address this) are[详细]
2023-01-11 21:46 分类:问答What is the best way to deserialize generics written with a different version of a signed assembly?
In other cases it has been suggested that you simply add a SerializationBinder which removes the version from the assembly type.However, when using generic collections of a type found in a signed asse[详细]
2022-12-26 06:07 分类:问答ISerializable and backward compatibility
I have to work an an old application that used binaryFormatter to serialize application data into filestream (say in a file named \"data.oldformat\")[详细]
2022-12-26 03:00 分类:问答Client Web Service call over SSL using Apache Axis
I\'m using Apache Axis 1.5.1 to code a web service client connecting to a service over SSL. My application is running in Tomcat with SSL configuration setup in JKS. However, when I conne开发者_高级运维[详细]
2022-12-21 02:09 分类:问答BinaryFormatter deserialize gives SerializationException
I\'m getting an: System.Runtime.Serialization.SerializationException: Unable to find assembly \'myNameSpace, Version=1.0.0.0, Culture=neutral,[详细]
2022-12-17 16:29 分类:问答Sending large serialized objects over sockets is failing only when trying to grow the byte Array, but ok when using a massive byte array
I have code where I am trying to grow the byte array while receiving the data over my socket. This is erroring out.[详细]
2022-12-17 07:00 分类:问答iPhone performSelector changes object type
I 开发者_如何学Gohave a callback class with the method -(void)fire and it calls [target performSelector:selector withObject:dictionary];[详细]
2022-12-16 21:37 分类:问答.Net Where to find the official specification of the BinaryFormatter serialization format?
I\'d like to know what is the serialization format of the BinaryFormatter. I found this site which give some good informations, but it was obtained by reverse engineering and it is not complete.[详细]
2022-12-16 14:47 分类:问答Binary stream 'NN' does not contain a valid BinaryHeader
I am passing user defined classes over sockets.The SendObject code is below.It works on my local machine, but when 开发者_高级运维I publish to the WebServer which is then communicating with the App Se[详细]
2022-12-14 17:09 分类:问答