On Mon, Dec 28, 2009 at 10:14:49AM +0800, Enrique Samson Jr. wrote:
> Hi,
>
> I'm using PB to to send copies of domish.Element instances to another
> application. I just don't want to parse XML again and thought it would
> be better to send Element copies and save parsing on the other end. But
> r
On Mon, 2009-12-28 at 10:14 +0800, Enrique Samson Jr. wrote:
> Hi,
>
> I'm using PB to to send copies of domish.Element instances to another
> application. I just don't want to parse XML again and thought it would
> be better to send Element copies and save parsing on the other end. But
> receivin
Hi,
I'm using PB to to send copies of domish.Element instances to another
application. I just don't want to parse XML again and thought it would
be better to send Element copies and save parsing on the other end. But
receiving application just gets an Unpersistable.
I'm considering reducing the E