L1 [bugfix]: reimplemented serialization of SIMD vectors
In this MR a serialization of fvec objects was modified:
- The save and load routines were override to avoid usage of reinterpret_cast on a fvec object for accessing its elements;
- Only the first scalar of vector is serialized, the loaded vector will consist from the same elements equal to this scalar