PrOpHeT Posted July 30, 2008 Posted July 30, 2008 If I write a service for windows that talks to a windows mobile application, and they want to exchange data can I type an object as the same type between applications by way of an interface? The question comes from the face that I have to compile separate assemblies for each side on different frameworks, however I do not know if the interface definition is the same and exists in the same namespace on both sides then will an object serialized in one be able to be de-serialized in the other application? Quote Life is a comedy to those who think; a tragedy to those who feel.
Administrators PlausiblyDamp Posted July 31, 2008 Administrators Posted July 31, 2008 Have you considered implementng the server side process as a web service? That way you could use xml as a transport format and the issue of binary compatability between the different platforms wouldn't be an issue. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.