[Jsdsi-users] Re: Tag
Status: Pre-Alpha
Brought to you by:
sajma
From: Sameer A. <aj...@cs...> - 2004-05-17 15:27:51
|
Yes--convert it to a Sexp and use the writeTransport method to write it in transport form (base64-encoded). You can do this with any Obj, in fact. If you want the string to be readable, use writeReadable instead (it's less compact, though). On the receiving end, just read the Sexp from a stream and use Tag.parseTag (or Obj.parseObj and cast it to Tag). > Sameer, > > Is there a way of passing a Tag as String and put it back on as Tag? I > need this to pass tags trough soap. > > -- Luis Pedro http://ajmani.net |