C# Json序列化
string json = JsonSerializer.Serialize(foo); Foo f = JsonSerializer.Deserialize<Foo>(json);