Forum main page
Most
active member
Login page
Register
Log out
Search page
View our event calendar
Add general event such as an
upcoming software release or conference
View all birthdays
Public image gallery
Upload your images in your profile
Profile editing page
Subscription list page
Address book page
Member list page
View the most
active member
User groups listing
Private message page
|
|
Users viewing this topic: none
|
|
Login | |
|
Compact Framework Deserialization - 15 July 2004
|
|
|
glamiac
Posts: 1
Score: 0 Joined: 15 July 2004 Status: offline
|
In the .NET Framework, I have a class that is serialized and deserialized from a web service using xml serialization to my local app. This works fine. In the compact framework, no serialization is supported period (Soap/Xml/Binary). OpenNETCF has an XMLSerializer, but it doesn't read anything more than properties (the HUGE class I need serialized and deserialized uses fields, not get/set). Is there any way to include the full framework's version of System.Xml.Serialization, or is there any other ways to deserialize (I don't mind copying the serialized file to the CE.NET device as long as deserialization works.) The reason I need this is that under normal circumstances, the web services deserializes the data I need and returns the object through a soap call. Now, trying to implement a "demo mode", I can't use the web service without the marketing department taking a wireless router around with them. Thanks.
|
|
|
|
RE: Compact Framework Deserialization - 3 August 2004
|
|
|
Christoph
Posts: 18
Score: 0 Joined: 3 August 2004 Status: offline
|
glamiac, Have you thought about simply running a web service on your device? You can't do it with ASMX AFAIK, but you could probably write your own dummy server or do some digging on the net for a server that runs on your device ... if you have a JVM you should be able to run tomcat/axis, which should make it very easy to whip out a dummy web service that's sufficient for your demo settings. HTH, ****oph
|
|
|
|
RE: Compact Framework Deserialization - 5 October 2007
|
|
|
alex22
Posts: 1
Score: 0 Joined: 5 October 2007 Status: offline
|
There is an alternative : http://Dotnetremoting.comCross platform Binary Serialization of everything (inc DataSet), communication framework for Pocket Devices
|
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|