Results 1 to 6 of 6

Thread: Asking

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2004
    Posts
    235

    Asking

    Is Serializer a good way to write data to XML ?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Data from a dataset? There's a WriteToXML() method or something similar.

  3. #3
    New Member
    Join Date
    Jul 2004
    Posts
    9

    HI

    Serializer's are good and fast way of writing Xml.
    It definitely has a performance advantage to it's side.

  4. #4
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    i used WriteToXML() to convert a dataset to xml and it was FAST.

  5. #5
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Depends on your needs. If format isnt all that important, Serializing is perfect. If you want control over the format of the xml, then the XML classes are the way to go.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Jul 2004
    Posts
    235
    Actually I want to use Serializer but I am now currently working under Compact Framework so I do not know which one to use right now...

    Any ideas

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width