Results 1 to 2 of 2

Thread: object to xml howto?

  1. #1

    object to xml howto?

    How do i convert an object to xml data?
    I think of using a TRemotable descendant, but i do not understand on how to use the ObjectToSoap function. I think i should use it together with TXmlDocument, but how? Or am i going the hard way? I do not want to use third party components as i want to use turbo delphi.

    Also i could use some info serializing objects in delphi e.g. how do i write my own serializing function? E.g. serialize to xml or even fancier to an sql query.... but first i need to learn the basics.... any tutorials on this topic?

    Thanks in advance.
    http://3das.noeska.com - create adventure games without programming

  2. #2

    object to xml howto?

    Using google again i found: http://www.delphipages.com/threads/t...16604&G=116542 this seems to do what i want, all i have to learn it is object inside object and list and arrays.
    http://3das.noeska.com - create adventure games without programming

Bookmarks

Posting Permissions

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