org.cometd.common
Interface JSONContext.Client
- All Known Implementing Classes:
- JacksonJSONContextClient, JettyJSONContextClient
- Enclosing interface:
- JSONContext
public static interface JSONContext.Client
parse
T[] parse(InputStream stream)
throws ParseException
- Throws:
ParseException
parse
T[] parse(Reader reader)
throws ParseException
- Throws:
ParseException
parse
T[] parse(String json)
throws ParseException
- Throws:
ParseException
generate
String generate(T message)
generate
String generate(T[] messages)
Copyright © 2008-2012 Dojo Foundation. All Rights Reserved.