TypeCodec
instances useful for
serializing JSON structures.See: Description
Class | Description |
---|---|
JacksonJsonCodec<T> |
A JSON codec that uses the Jackson
library to perform serialization and deserialization of JSON objects.
|
Jsr353JsonCodec |
A JSON codec that uses the
Java API for JSON processing
to perform serialization and deserialization of JSON structures.
|
TypeCodec
instances useful for
serializing JSON structures.
The codecs in this class provide support for the following mappings and frameworks:
Codec | CQL type | Java type | JSON Framework |
---|---|---|---|
JacksonJsonCodec |
varchar |
Any | Jackson |
Jsr353JsonCodec |
varchar |
JsonStructure |
Java API for JSON processing (JSR 353) |
Copyright © 2012–2015. All rights reserved.