Ice.EncodingVersion

class Ice.EncodingVersion(major: int = 0, minor: int = 0)

Bases: object

Represents a version of the Slice encoding. Ice supports version 1.0 and 1.1 of this encoding.

Parameters:
major

The major version of the Slice encoding.

Type:

int

minor

The minor version of the Slice encoding.

Type:

int

Notes

The Slice encoding is also known as the Ice encoding.

The Slice compiler generated this dataclass from Slice struct ::Ice::EncodingVersion.