Skip to content
sijuv edited this page Dec 8, 2010 · 3 revisions
Codec codec=new JsonCodec();
codec.setFeature(Feature,Value)
codec.fromMessage(Message,OutputStream)
Message m=codec.fromMessage(Foo.class,InputStream)

Checkout the test cases on more details

Clone this wiki locally