@zeroc/ice
    Preparing search index...

    Class UnknownSlicedValue

    Unknown sliced value holds an instance of an unknown Slice class type.

    Hierarchy (View Summary)

    Index

    Constructors

    • Constructs an unknown sliced value.

      Parameters

      • unknownTypeId: string

        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.

      Returns UnknownSlicedValue

    Methods

    • Obtains the sliced data associated with this instance.

      Returns SlicedData | null

      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.

      Returns string

      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.

      Returns void

    • 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.

      Returns void

    • Obtains the Slice type ID of this type.

      Returns string

      The return value is always "::Ice::Object".