Click or drag to resize

SerializationConfigSetPortableVersion Method

Sets the version of portable classes

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

Parameters

portableVersion
Type: SystemInt32
version of portable classes

Return Value

Type: SerializationConfig
configured SerializationConfig for chaining
Exceptions
ExceptionCondition
ArgumentExceptionif portableVersion is less than 0
See Also