-
- All Known Implementing Classes:
JSON.Literal
- Enclosing class:
- JSON
public static interface JSON.GeneratorJSON Generator.
Implemented by classes that can add their own JSON representation directly to a StringBuffer. This is useful for object instances that are frequently converted and wish to avoid multiple conversions, as the result of the generation may be cached.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddJSON(java.lang.Appendable buffer)
-