IPdxReaderReadObject Method |
Read a serializable object from the data. Null objects are handled.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxObject ReadObject(
string fieldName
)
Function ReadObject (
fieldName As String
) As Object
Object^ ReadObject(
String^ fieldName
)
abstract ReadObject :
fieldName : string -> Object
Parameters
- fieldName
- Type: SystemString
The name of a member field whose value to read.
Return Value
Type:
Object
See Also