Skip to content

Instantly share code, notes, and snippets.

@jzwang-dev
Created February 20, 2021 07:41
Show Gist options
  • Save jzwang-dev/0d2b67f87ca575f95b9d092e3ca2a346 to your computer and use it in GitHub Desktop.
Save jzwang-dev/0d2b67f87ca575f95b9d092e3ca2a346 to your computer and use it in GitHub Desktop.
namespace SharedLibrary
{
public class Class1
{
public static string SerializeObject()
{
return Newtonsoft.Json.JsonConvert.SerializeObject(new
{
msg = "序列化自「共用類別庫」"
});
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment