Class | Description |
---|---|
ByteArrayToJsonNodeConverter |
ContentTypeConverter implementation that converts byte[] containing UTF8 encoded JSON string to a Jackson JsonNode.
|
JacksonSerializer |
Serializer implementation that uses Jackson to serialize objects into a JSON format.
|
JodaDeserializer<T> |
Jackson Serializer used to serialize and deserialize Joda DateTime classes.
|
JsonNodeToByteArrayConverter |
ContentTypeConverter implementation that converts a JsonNode object into a byte[].
|
Copyright © 2010-2014. All Rights Reserved.