Is there some way to avoid XML
marshalling/unmarshalling for a particular object in
an object graph?

We've got an object that can already represent itself
in XML.  We'd like to marshal it's container object,
but emit the object as it's own xml representation. 

Admittedly, we can do this by just having a string
accessor for the pre-marshalled object, but means we
have an ugly http-encoded string in the middle of some
nice readable XML.

Is there an interface or something that we can
implement to provide our custom marshal/unmarshal for
this object?

TIA,
-John



__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to