Function loads and saves data depending on compile time variable load
If useMalloc is true pointers, arrays, classes will be saved and loaded using Mallocator
T is the serialized variable
ContainerOrSlice is string when load==Load.yes
ContainerOrSlice container supplied by user in which data is stored when load==Load.no(save)
Function loads and saves data depending on compile time variable load If useMalloc is true pointers, arrays, classes will be saved and loaded using Mallocator T is the serialized variable ContainerOrSlice is string when load==Load.yes ContainerOrSlice container supplied by user in which data is stored when load==Load.no(save)