All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gedi.solutions.geode.serialization.PDX Maven / Gradle / Ivy

Go to download

GemFire Enterprise Data Integration - common development extensions powered by Apache Geode

The newest version!
package gedi.solutions.geode.serialization;

import org.apache.geode.pdx.JSONFormatter;
import org.apache.geode.pdx.PdxInstance;

public class PDX
{
	public static PdxInstance fromJSON(String json)
	{
		
		return JSONFormatter.fromJSON(json);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy