| Package | Description |
|---|---|
| com.gemstone.gemfire.pdx |
The
com.gemstone.gemfire.pdx package provides APIs used
for object serialization. |
| Modifier and Type | Method and Description |
|---|---|
PdxUnreadFields |
PdxReader.readUnreadFields()
This method returns an object that represents all the unread fields which must be
passed to
writeUnreadFields in the toData code. |
| Modifier and Type | Method and Description |
|---|---|
PdxWriter |
PdxWriter.writeUnreadFields(PdxUnreadFields unread)
Writes the given unread fields to the serialized form.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.