java.lang.Object
com.zeroc.Ice.Value
com.zeroc.Ice.UnknownSlicedValue
- All Implemented Interfaces:
Serializable,Cloneable
Represents an instance of an unknown class.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownSlicedValue(String unknownTypeId) Constructs the placeholder instance. -
Method Summary
Methods inherited from class com.zeroc.Ice.Value
clone, ice_getSlicedData, ice_postUnmarshal, ice_preMarshal, ice_staticId
-
Constructor Details
-
UnknownSlicedValue
Constructs the placeholder instance.- Parameters:
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
-
-
Method Details