Resolve "Add serialization example"
This MR adds an example that sends 10 particles from one MPI rank to others. It serializes all attributes to a single Kokkos::View<char*>. This serialization is performance portable.
Closes #40 (closed)
This MR adds an example that sends 10 particles from one MPI rank to others. It serializes all attributes to a single Kokkos::View<char*>. This serialization is performance portable.
Closes #40 (closed)