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.IOException
public static org.fusesource.hawtbuf.Buffer encode(java.lang.Object value) throws java.io.IOException
java.io.IOException
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.