<PackageReference Include="System.Text.Json" Version="11.0.0-preview.3.26207.106" />

System.Runtime.InteropServices.StringMarshalling

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