java.lang.Object
com.zeroc.Ice.SlicedData
Holds class slices that cannot be unmarshaled because their types are not known locally.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSlicedData
(SliceInfo[] slices) Constructs a SlicedData from the given array of slices. -
Method Summary
-
Field Details
-
slices
The details of each slice, in order of most-derived to least-derived.
-
-
Constructor Details
-
SlicedData
Constructs a SlicedData from the given array of slices.- Parameters:
slices
- the array of slices, in order of most-derived to least-derived
-