Package org.cometd.common
Interface JSONContext.Parser
- Enclosing interface:
- JSONContext
public static interface JSONContext.Parser
-
Method Summary
Modifier and Type Method Description <T> Tparse(java.io.Reader reader, java.lang.Class<T> type)
-
Method Details
-
parse
<T> T parse(java.io.Reader reader, java.lang.Class<T> type) throws java.text.ParseException- Throws:
java.text.ParseException
-