Package com.zeroc.Ice

Class SlicedData

java.lang.Object
com.zeroc.Ice.SlicedData

public final class SlicedData extends Object
Holds class slices that cannot be unmarshaled because their types are not known locally.
  • Field Details

    • slices

      public final SliceInfo[] slices
      The details of each slice, in order of most-derived to least-derived.
  • Constructor Details

    • SlicedData

      public SlicedData(SliceInfo[] slices)
      Constructs a SlicedData from the given array of slices.
      Parameters:
      slices - the array of slices, in order of most-derived to least-derived