473,698 Members | 2,393 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to serialize data in WinCE platform

Hi

how can i do for this proble
I want to serialize data to a file

We can use XmlSerializatio n in PC platform , as below

'Create a serialize
Dim serializer As New XmlSerializer (Me.GetType
serializer.Seri alize(...

But there is no XmlSerializer class , when I develope in WinCE .NET platform
Is there any class to do it

thanks!

Nov 20 '05 #1
3 2027
"jerry_wu" <je********@pch ome.com.tw> schrieb
Hi

how can i do for this problem
I want to serialize data to a file

We can use XmlSerializatio n in PC platform , as below

'Create a serializer
Dim serializer As New XmlSerializer (Me.GetType)
serializer.Seri alize(...)

But there is no XmlSerializer class , when I develope in WinCE .NET
platform Is there any class to do it?


I think it's not.

XmlSerializer documentation:

"Plattforme n: Windows 98, Windows NT 4.0, Windows Millennium Edition,
Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows
Server 2003-family"
--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #2
Thanks!

So... Is there any class I can use to replace it

----- Armin Zingler wrote: ----
I think it's not

XmlSerializer documentation

"Plattforme n: Windows 98, Windows NT 4.0, Windows Millennium Edition
Windows 2000, Windows XP Home Edition, Windows XP Professional, Window
Server 2003-family
--
Armi

How to quote and why
http://www.plig.net/nnq/nquote.htm
http://www.netmeister.org/news/learn2quote.htm
Nov 20 '05 #3
It didn't say XmlSerializer support in Windows CE... I have the same problem trying to use XmlSerializer in my Pocket PC apps. Any suggestion
----- Armin Zingler wrote: ----

"jerry_wu" <je********@pch ome.com.tw> schrie
H
how can i do for this proble

I want to serialize data to a fil
We can use XmlSerializatio n in PC platform , as belo
'Create a serialize

Dim serializer As New XmlSerializer (Me.GetType
serializer.Seri alize(...
But there is no XmlSerializer class , when I develope in WinCE .NE

platform Is there any class to do it


I think it's not

XmlSerializer documentation

"Plattforme n: Windows 98, Windows NT 4.0, Windows Millennium Edition
Windows 2000, Windows XP Home Edition, Windows XP Professional, Window
Server 2003-family
--
Armi

How to quote and why
http://www.plig.net/nnq/nquote.htm
http://www.netmeister.org/news/learn2quote.htm
Nov 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1532
by: jason | last post by:
Is there Python ON WinCE.net(x86) platform?
16
13243
by: Corne' Cornelius | last post by:
Hi, I need to save a (complex) struct which has pointer members, to a file, and load it again later. The actual memory which the pointers point to must be saved, not the memory address. Will i need to create de/serialization functions ? if so, what's a good starting point ? is it possible to check if a variable is a struct, pointer, etc.. ?
9
2641
by: Mark Johnson | last post by:
How can you save all or a portion of the Grafics object to a Image/Bitmap ? I am try to save the Images from Cards.dll to a BitMap file. I can read in the Images to the Grafics, but when I try this with a Bitmap the results are Black. Can you somehow Clip the Grafic and Paste it into the Bitmap ? Mark Johnson, Berlin Germany mj10777@mj10777.de
1
2287
by: Beyers | last post by:
Hi We are using active sync to connect VS.NET to a WinCE hardware platform for debuggging the application we are writing for this platform. It worked well for a month, and now all of a sudden we cannot connect to debug anymore! We have tried re-installation of our whole platform, from operating system (XP Prof) to VS.NET, but we still cannot connect to the WinCE platform via activesync.
7
3540
by: Ben Amada | last post by:
I've created a class that I need to store in ViewState. However when I try to store it in ViewState, I get the following error: "The type 'solution.pe2' must be marked as Serializable or have a TypeConverter other than ReferenceConverter to be put in viewstate." I've included the <Serializable()> attribute, but I'm still getting the same error. The class is below ... as you can see it contains a Collection, two
2
2254
by: bokiteam | last post by:
Hi All, I am reading data from database, I can use SQL command set to get data. now I wan to use the same function in WINCE, but I can't find "system.data.oledb" in SmartDevice developing enviroment.... Could you please advice? Best regards,
5
575
by: pt | last post by:
Hi, i am wonderng what is faster according to accessing speed to read these data structure from the disk in c/c++ including alignment handling if we access it on little endian system 32 bits system + OS e.g. Windows, Linux, WinCE. I am not quite sure about the alignment of the memory.... soln. 1: should be faster, I am not sure. idx size (bytes) 1 4
0
1300
by: shakthi | last post by:
Hi all, I downloaded code foe Customizing the Windows CE .NET User Interface from msdn library and tried to run it under WINCE platform builder.From the steps given along with the code i understand that i should include .cpp files and the headerfiles with the project.Now i want to make some changes in project settings.When i right click the name of the project i find SETTINGS but i dont find anything similar to that one i found in the...
5
2305
by: yoavrofe | last post by:
Hello all, I'm trying to run a small program on both PPC and CE devices. I am calling SHGetAutoRunPath only when running on a PPC platform. However, since this function depends on aygshell.dl, which doesn't exist on the CE platform, the program does not run at all on the CE platform. if(lstrcmpi(lpCmdLine, _T("install")) == 0)
0
8676
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8608
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9161
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
7732
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5860
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4370
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4619
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3050
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2332
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.