|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.apollo.dto.JsonCodec
public class JsonCodec
Field Summary | |
---|---|
static org.codehaus.jackson.map.ObjectMapper |
mapper
|
Constructor Summary | |
---|---|
JsonCodec()
|
Method Summary | ||
---|---|---|
static
|
decode(org.fusesource.hawtbuf.Buffer buffer,
java.lang.Class<T> type)
|
|
static org.fusesource.hawtbuf.Buffer |
encode(java.lang.Object value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.codehaus.jackson.map.ObjectMapper mapper
Constructor Detail |
---|
public JsonCodec()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |