Package org.apache.ignite.example.serialization
package org.apache.ignite.example.serialization
-
ClassesClassDescriptionArgument object used in auto-serialization examples.Example demonstrating custom POJO serialization using custom marshallers on both client and server side.This example demonstrates the usage of the
IgniteCompute.executeAsync(org.apache.ignite.compute.JobTarget, org.apache.ignite.compute.JobDescriptor<T, R>, T)API with various serialization approaches.