Package com.zeroc.Ice

Interface OutgoingAsync.Unmarshaler<V>

Type Parameters:
V - the type of the value to unmarshal
Enclosing class:
com.zeroc.Ice.OutgoingAsync<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface OutgoingAsync.Unmarshaler<V>
Functional interface for unmarshaling response data from an input stream.
  • Method Summary

    Modifier and Type
    Method
    Description
    Unmarshals a value from the input stream.
  • Method Details

    • unmarshal

      V unmarshal(InputStream istr)
      Unmarshals a value from the input stream.
      Parameters:
      istr - the input stream to read from
      Returns:
      the unmarshaled value