Spring Boot for VMware GemFire
Package org.springframework.geode.data.json.converter.support
package org.springframework.geode.data.json.converter.support
-
ClassesClassDescriptionThe
JacksonJsonToPdxConverterclass is an implementation of theJsonToPdxArrayConverterthat is capable of converting an array of JSON objects into an array ofPdxInstances.AObjectToJsonConverterimplementation using Jackson'sObjectMapperto convert from anObjectto a JSONString.AJsonToPdxConverterimplementation using the Apache GeodeJSONFormatterto convert from a JSONStringto aPdxInstance.AnObjectToJsonConverterimplementation using the Apache GeodeJSONFormatterto convert from aPdxInstanceto a JSONString.