Package | Description |
---|---|
com.gemstone.gemfire.pdx |
The
com.gemstone.gemfire.pdx package provides APIs used
for object serialization. |
Modifier and Type | Method and Description |
---|---|
Object |
PdxSerializer.fromData(Class<?> clazz,
PdxReader in)
This method is given an class that should be
instantiated and deserialized using the given reader.
|
Object |
ReflectionBasedAutoSerializer.fromData(Class<?> clazz,
PdxReader reader)
Method implemented from
PdxSerializer which performs object
de-serialization. |
void |
PdxSerializable.fromData(PdxReader reader)
Deserializes the PDX fields using the given reader.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.