jsr367-experts@jsonb-spec.java.net

[jsr367-experts] Re: [2-DefaultMapping] Proposal

From: Inderjeet Singh <inder_at_alumni.stanford.edu>
Date: Mon, 16 Mar 2015 09:16:49 -0700

>
>
>> 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