Click or drag to resize
SerializableImplicit Conversion (Byte[] to Serializable)
Implicit conversion operator from an array of bytes to a Serializable.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static implicit operator Serializable (
	byte[] value
)

Parameters

value
Type:System.Byte[]

Return Value

Type: Serializable
See Also