Package org.cometd.common
Interface JSONContext.Generator
- Enclosing interface:
- JSONContext<T extends org.cometd.bayeux.Message.Mutable>
public static interface JSONContext.Generator
A JSON stringifier.
-
Method Details
-
generate
- Parameters:
object
- the object to stringify- Returns:
- the JSON string representing the object
-