public interface JsonWriterI<T>
Modifier and Type | Method and Description |
---|---|
<E extends T> |
writeJSONString(E value,
Appendable out,
JSONStyle compression) |
<E extends T> void writeJSONString(E value, Appendable out, JSONStyle compression) throws IOException
IOException
Copyright © 2015 Chemouni Uriel. All rights reserved.