Class GridClientOptimizedMarshaller

    • Constructor Detail

      • GridClientOptimizedMarshaller

        public GridClientOptimizedMarshaller()
        Default constructor.
      • GridClientOptimizedMarshaller

        public GridClientOptimizedMarshaller​(@Nullable
                                             @Nullable List<PluginProvider> plugins)
        Constructor.
        Parameters:
        plugins - Plugins.
      • GridClientOptimizedMarshaller

        public GridClientOptimizedMarshaller​(boolean requireSer,
                                             int poolSize)
                                      throws IOException
        Constructs optimized marshaller with specific parameters.
        Parameters:
        requireSer - Require serializable flag.
        poolSize - Object streams pool size.
        Throws:
        IOException - If an I/O error occurs while writing stream header.
        IgniteException - If this marshaller is not supported on the current JVM.
        See Also:
        OptimizedMarshaller