JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
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 Details
parse
<T>
T
parse
(
Reader
reader,
Class
<T> type)
throws
ParseException
Throws:
ParseException