  | SerializationConfigIsUseNativeByteOrder Method  | 
  
    Namespace: 
   Hazelcast.Config
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntaxpublic 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