Constructs an unknown sliced value.
The Slice type ID of the unknown class, or the string form of the compact type ID (for example, "1") when the most-derived slice was marshaled with a compact type ID.
Obtains the sliced data associated with this instance.
The sliced data if this value was sliced during unmarshaling, null otherwise. Unknown slices are preserved only when the sender uses the sliced format.
Returns the Slice type ID associated with this object.
The type ID supplied to the constructor. It's the string form of the compact type ID (for example, "1") when the most-derived slice was marshaled with a compact type ID.
The Ice runtime invokes this method after unmarshaling an object's data members. This allows a subclass to override this method in order to perform additional initialization.
The Ice runtime invokes this method prior to marshaling an object's data members. This allows a subclass to override this method in order to validate its data members.
Staticice_Obtains the Slice type ID of this type.
The return value is always "::Ice::Object".
Unknown sliced value holds an instance of an unknown Slice class type.