| 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.9.3
Syntax Function IsPortable As Boolean
abstract IsPortable : unit -> bool
Return Value
Type:
Booleantrue if source object is Portable, false otherwise.
See Also