Class | Description |
---|---|
JacksonJsonToObjectConverter | |
JacksonJsonToPdxConverter |
The
JacksonJsonToPdxConverter class is an implementation of the JsonToPdxArrayConverter that is
capable of converting an array of JSON objects into an array of PdxInstances . |
JacksonObjectToJsonConverter |
A
ObjectToJsonConverter implementation using Jackson's ObjectMapper to convert
from an Object to a JSON String . |
JSONFormatterJsonToPdxConverter |
A
JsonToPdxConverter implementation using the Apache Geode JSONFormatter to convert
from a JSON String to a PdxInstance . |
JSONFormatterPdxToJsonConverter |
An
ObjectToJsonConverter implementation using the Apache Geode JSONFormatter to convert
from a PdxInstance to a JSON String . |