public class JettyJSONContextServer extends JettyJSONContext<ServerMessage.Mutable> implements JSONContext.Server
| Constructor and Description |
|---|
JettyJSONContextServer() |
| Modifier and Type | Method and Description |
|---|---|
String |
generate(T arg0) |
String |
generate(T[] arg0) |
protected ServerMessage.Mutable |
newRoot() |
protected ServerMessage.Mutable[] |
newRootArray(int size) |
T[] |
parse(InputStream arg0) |
T[] |
parse(Reader arg0) |
T[] |
parse(String arg0) |
protected ServerMessage.Mutable newRoot()
newRoot in class JettyJSONContext<ServerMessage.Mutable>protected ServerMessage.Mutable[] newRootArray(int size)
newRootArray in class JettyJSONContext<ServerMessage.Mutable>public T[] parse(InputStream arg0) throws ParseException
ParseExceptionpublic T[] parse(Reader arg0) throws ParseException
ParseExceptionpublic T[] parse(String arg0) throws ParseException
ParseExceptionCopyright © 2008-2012 Dojo Foundation. All Rights Reserved.