<PackageReference Include="System.Text.Json" Version="10.0.0-rc.1.25451.107" />

System.Runtime.InteropServices.StringMarshalling

namespace System.Runtime.InteropServices { internal enum StringMarshalling { Custom, Utf8, Utf16 } }