public class JsonCodec
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
mapper |
| Constructor and Description |
|---|
JsonCodec() |
public static <T> T decode(org.fusesource.hawtbuf.Buffer buffer,
java.lang.Class<T> type)
throws java.io.IOException
java.io.IOExceptionpublic static org.fusesource.hawtbuf.Buffer encode(java.lang.Object value)
throws java.io.IOException
java.io.IOExceptionCopyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.