Ice.SliceInfo

class Ice.SliceInfo

Bases: object

Encapsulates the details of a slice with an unknown type.

typeId

The Slice type ID for this slice.

Type:

str

compactId

The Slice compact type ID for this slice.

Type:

int

bytes

The encoded bytes for this slice, including the leading size integer.

Type:

bytes

hasOptionalMembers

Whether or not the slice contains optional members.

Type:

bool

isLastSlice

Whether or not this is the last slice.

Type:

bool