Package org.springframework.geode.data.json.converter.support
package org.springframework.geode.data.json.converter.support
-
ClassDescriptionThe
JacksonJsonToPdxConverter
class is an implementation of theJsonToPdxArrayConverter
that is capable of converting an array of JSON objects into an array ofPdxInstances
.AObjectToJsonConverter
implementation using Jackson'sObjectMapper
to convert from anObject
to a JSONString
.AJsonToPdxConverter
implementation using the Apache GeodeJSONFormatter
to convert from a JSONString
to aPdxInstance
.AnObjectToJsonConverter
implementation using the Apache GeodeJSONFormatter
to convert from aPdxInstance
to a JSONString
.