Click or drag to resize

SerializationConfigGetPortableVersion Method

Gets the configured Portable version that will be used to differentiate two versions of the same class that have changes on the class, like adding/removing a field or changing a type of a field.

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax
public virtual int GetPortableVersion()

Return Value

Type: Int32
version of portable classes
See Also