Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.pdx |
The
com.gemstone.gemfire.pdx package provides APIs used
for object serialization. |
Modifier and Type | Method and Description |
---|---|
PdxInstance |
RegionService.createPdxEnum(String className,
String enumName,
int enumOrdinal)
Creates and returns a PdxInstance that represents an enum value.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WritablePdxInstance
WritablePdxInstance is a
PdxInstance that also supports field modification
using the setField method. |
Modifier and Type | Method and Description |
---|---|
PdxInstance |
PdxInstanceFactory.create()
Create a
PdxInstance . |
static PdxInstance |
JSONFormatter.fromJSON(byte[] jsonByteArray)
To create PdxInstance from JSON string
|
static PdxInstance |
JSONFormatter.fromJSON(String jsonString)
To create PdxInstance from JSON string
|
Modifier and Type | Method and Description |
---|---|
static String |
JSONFormatter.toJSON(PdxInstance pdxInstance)
To create JSON string from PdxInstance
|
static byte[] |
JSONFormatter.toJSONByteArray(PdxInstance pdxInstance)
To create JSON byte array from PdxInstance
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.