• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
deserializing non-eo xml
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

deserializing non-eo xml


  • Subject: deserializing non-eo xml
  • From: Drew Thoeni <email@hidden>
  • Date: Tue, 5 Sep 2006 22:40:46 -0400

I've been tough Chuck's chapter 11 and implemented the examples for xml serialization of an enterprise object and deserialization of same. All worked fine.

Now, though, I'm onto de-serializing a generic stream of XML (sample below). Can someone suggest documentation that I can read to help me understand how to tell readObject() that the incoming XML matches a class defined in my app?

Regards,

Drew

<results>
<copyright>Copyright (c) 2005 QuoteMedia, Inc.</copyright>
<symbolcount>2</symbolcount>

<lookupdata>
<key>
    <symbol>.A1BSC</symbol>
    <exchange>DJI</exchange>
</key>

<equityinfo>
    <longname>Dow Jones Amer Basic Mat Stock</longname>
    <shortname>BSCMTRL</shortname>
</equityinfo>
</lookupdata>

<lookupdata>
<key>
    <symbol>.A1CYC</symbol>
    <exchange>DJI</exchange>
</key>

<equityinfo>
    <longname>Dow Jones Amer Cons Cyc Stock</longname>
    <shortname>CNSCYCL</shortname>
</equityinfo>
</lookupdata>

<lookupdata>
<key>
    <symbol>.A1DOW</symbol>
    <exchange>DJI</exchange>
</key>

<equityinfo>
    <longname>Dow Jones Amer Stock</longname>
    <shortname>.A1DOW</shortname>
</equityinfo>
</lookupdata>

</results>
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Community Wish List
  • Next by Date: Re: WO in Java or Objective-C (Was Re: Is WebObjects 4.5 going open source?)
  • Previous by thread: Re: Synchronizing FirebirdSQL Plugin has arrived!
  • Next by thread: Re: Community Wish List
  • Index(es):
    • Date
    • Thread