Click or drag to resize
CacheableObjectXmlCreate Method
Static function to create a new instance from the given object.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static CacheableObjectXml Create(
	Object value
)

Parameters

value
Type: SystemObject

Return Value

Type: CacheableObjectXml
Remarks
If the given object is null then this method returns null.
See Also