Package org.cometd.common
Interface JSONContext.Generator
-
- All Known Implementing Classes:
JacksonJSONContext.ObjectMapperGenerator
,JettyJSONContext.JSONGenerator
- Enclosing interface:
- JSONContext<T extends Message.Mutable>
public static interface JSONContext.Generator
A JSON stringifier.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
generate(java.lang.Object object)
-