Vadim Gritsenko wrote:
> 
> Looks innocent to me. Except the part that buffering was moved from
> AbstractSerializer.java into AbstractTextSerializer.java. If somebody
> relied on this feature, he/she could loose buffering. That's the only
> concern I have. Anything else is perfect, including bug fixing of
> TextSerializer and XMLSerializer serializers.

The reason why I moved it was that buffering doesn't really belong into a
general serializer but only into ones that do serialization to text, because
other ones will probably have their own buffering strategy and will want
control over it. 
Regarding the reliability: the patches have been in use here for quite a while
now and I'm pretty confident that they won't cause problems.

Joerg Henne

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to