Skip to content

Commit

Permalink
Expose LocalSerializer
Browse files Browse the repository at this point in the history
**Use case:** I want to be able to deserialize a `Pulumi.stack.yml` file without using a `LocalWorkspace`, as that requires too much configuration and isn't very well-documented.
  • Loading branch information
ffMathy committed Oct 21, 2022
1 parent 9922d06 commit 9fd34cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Pulumi.Automation/Serialization/LocalSerializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace Pulumi.Automation.Serialization
{
internal class LocalSerializer
public class LocalSerializer
{
private readonly JsonSerializerOptions _jsonOptions;
private readonly IDeserializer _yamlDeserializer;
Expand Down

0 comments on commit 9fd34cc

Please sign in to comment.