>
>
>> In Gson, we check if the Appendable is a Writer, if not, we wrap it with
>> an AppendableWriter object.
>> Internal implementation shouldn't pollute the API.
>>
> Do you also suggest Readable instead of Reader as well?
> MartiNG
Ah, I was actually not aware of the Readable interface. But yes, that makes
perfect sense to me.
Inder