Save results to restart a piece of code

What is the right command to write and read a fem variable? It seems there are many about write and read meshes, but I did not find the command to save and read a fem variable u;

fespace Vh(Th, P1);
Vh u;

ofstrem toto (“toto.fem”):;
toto << u;