Click or drag to resize
PropertiesFromData Method
Deserializes this Properties object.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public IGFSerializable FromData(
	DataInput input
)

Parameters

input
Type: GemStone.GemFire.CacheDataInput
the DataInput stream to use for reading data

Return Value

Type: IGFSerializable
the deserialized Properties object

Implements

IGFSerializableFromData(DataInput)
See Also