Click or drag to resize
CacheableObjectXml.FromData Method
Deserializes the [!:System.Object] using [!:System.Xml.Serialization.XmlSerializer] class.

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

Parameters

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

Return Value

Type: IGFSerializable
the deserialized object

Implements

IGFSerializable.FromData(DataInput)
See Also