Ice.UnknownSlicedValue

class Ice.UnknownSlicedValue

Bases: Value

Represents an instance of an unknown class.

Instances of this class are created by the Ice runtime during unmarshaling; they should not be constructed directly. A directly constructed instance has no unknownTypeId.

unknownTypeId

The Slice type ID of the unknown value, or the string form of the compact type ID (for example, "1") when the most-derived slice was marshaled with a compact type ID.

Type:

str

ice_id() str

Returns the Slice type ID associated with this instance.

Returns:

The Slice type ID of the unknown value, or the string form of the compact type ID (for example, "1") when the most-derived slice was marshaled with a compact type ID.

Return type:

str