IDataIsPortable Method Hazelcast .Net Client Class Library
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.8.0.1
Syntax

bool IsPortable()

Return Value

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

Reference