Class StringObjectProxyDictHelper

java.lang.Object
com.zeroc.IceGrid.StringObjectProxyDictHelper

public final class StringObjectProxyDictHelper extends Object
Helper class for marshaling/unmarshaling StringObjectProxyDict.
  • Constructor Details

    • StringObjectProxyDictHelper

      public StringObjectProxyDictHelper()
  • Method Details

    • write

      public static void write(OutputStream ostr, Map<String,ObjectPrx> v)
      Marshals a dictionary of StringObjectProxyDict into an output stream.
      Parameters:
      ostr - the output stream
      v - the dictionary to marshal
    • read

      public static Map<String,ObjectPrx> read(InputStream istr)
      Unmarshals a dictionary of StringObjectProxyDict from an input stream.
      Parameters:
      istr - the input stream
      Returns:
      the dictionary
    • write

      public static void write(OutputStream ostr, int tag, Optional<Map<String,ObjectPrx>> v)
      Marshals an optional dictionary of StringObjectProxyDict into an output stream.
      Parameters:
      ostr - the output stream
      tag - the tag
      v - the dictionary to marshal
    • write

      public static void write(OutputStream ostr, int tag, Map<String,ObjectPrx> v)
      Marshals an optional dictionary of StringObjectProxyDict into an output stream.
      Parameters:
      ostr - the output stream
      tag - the tag
      v - the dictionary to marshal
    • read

      public static Optional<Map<String,ObjectPrx>> read(InputStream istr, int tag)
      Unmarshals an optional dictionary of StringObjectProxyDict from an input stream.
      Parameters:
      istr - the input stream
      tag - the tag
      Returns:
      the dictionary