public class JsonSequenceStringer extends JSONWriter
String this class can return a CharSequence. This is better for downstream
method that can accept a CharSequence because it requires one less memory copy of the
internal StringBufferWriter to a String to get the JSON.mode, writer| Constructor and Description |
|---|
JsonSequenceStringer() |
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
toCharSequence() |
public CharSequence toCharSequence()
CharSequenceCopyright © 2006–2014 Apache Software Foundation. All rights reserved.