| SerializationConfigIsUseNativeByteOrder Method |
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public virtual bool IsUseNativeByteOrder()
Public Overridable Function IsUseNativeByteOrder As Boolean
public:
virtual bool IsUseNativeByteOrder()
abstract IsUseNativeByteOrder : unit -> bool
override IsUseNativeByteOrder : unit -> bool
Return Value
Type:
Booleantrue if serialization is configured to use native byte order of the underlying platform
See Also