Click or drag to resize

IDataIsPortable Method

Returns true if this Data is created from a IPortable object, false otherwise.

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax
bool IsPortable()

Return Value

Type: Boolean
true if source object is Portable, false otherwise.
See Also