public interface WriteableJsonNumber
WriteableJsonNumber is called back with a java.io.Writer with which to write itself.| Modifier and Type | Method and Description |
|---|---|
void |
writeTo(java.io.Writer writer)
Callback to request that this
WriteableJsonNumber writes itself using the given Writer. |
void writeTo(java.io.Writer writer)
throws java.io.IOException
WriteableJsonNumber writes itself using the given Writer.writer - the java.io.Writer to output to.java.io.IOException - if there was a problem writing to the java.io.Writer.