G
Guest
Hi
how can i do for this proble
I want to serialize data to a file
We can use XmlSerialization in PC platform , as below
'Create a serialize
Dim serializer As New XmlSerializer (Me.GetType
serializer.Serialize(...
But there is no XmlSerializer class , when I develope in WinCE .NET platform
Is there any class to do it
thanks!
how can i do for this proble
I want to serialize data to a file
We can use XmlSerialization in PC platform , as below
'Create a serialize
Dim serializer As New XmlSerializer (Me.GetType
serializer.Serialize(...
But there is no XmlSerializer class , when I develope in WinCE .NET platform
Is there any class to do it
thanks!