Package org.cometd.common
Interface JSONContext.Parser
-
- Enclosing interface:
- JSONContext
public static interface JSONContext.Parser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
parse(Reader reader, Class<T> type)
-
-
-
Method Detail
-
parse
<T> T parse(Reader reader, Class<T> type) throws ParseException
- Throws:
ParseException
-
-