Package | Description |
---|---|
com.gemstone.gemfire |
The base package of the GemFire Java product, featuring highly
concurrent distributed caching
with cache event delivery, OQL querying, and remote cache administration, built using a DistributedSystem which includes a
DistributedLockService.
|
com.gemstone.gemfire.pdx |
The
com.gemstone.gemfire.pdx package provides APIs used
for object serialization. |
Modifier and Type | Class and Description |
---|---|
class |
SerializationException
An exception indicating that a serialization or deserialization failed.
|
class |
ToDataException
A
ToDataException is thrown during serialization if
DataSerializable.toData(java.io.DataOutput) throws an exception or if
DataSerializer.toData(java.lang.Object, java.io.DataOutput) is called and returns false. |
Modifier and Type | Class and Description |
---|---|
class |
NonPortableClassException
Thrown if "check-portability" is enabled and an attempt is made to
pdx serialize a class that is not portable to non-java platforms.
|
class |
PdxSerializationException
Thrown if a problem occurred during serialization
or deserialization of a PDX.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.