T
Tony Johansson
Hi!
I know when to use BinaryFormatter and SoapFormatter but I just wonder of
curiosity
is it possible to use a SoapFormatter when you really should have used a
BinaryFormatter and the other way around meaning that can you use a
BinaryFormatter when you really should have used a SoapFormatter ?
Use BinaryFormatter when the app is a based on .NET framework If not use
SoapFormatter.
If sending something on the network use SoapFormatter.
//Tony
I know when to use BinaryFormatter and SoapFormatter but I just wonder of
curiosity
is it possible to use a SoapFormatter when you really should have used a
BinaryFormatter and the other way around meaning that can you use a
BinaryFormatter when you really should have used a SoapFormatter ?
Use BinaryFormatter when the app is a based on .NET framework If not use
SoapFormatter.
If sending something on the network use SoapFormatter.
//Tony