pulumi/sdk/dotnet/Pulumi/Serialization
Pat Gavlin 3d2e31289a
Add support for serialized resource references. (#5041)
Resources are serialized as their URN, ID, and package version. Each
Pulumi package is expected to register itself with the SDK. The package
will be invoked to construct appropriate instances of rehydrated
resources. Packages are distinguished by their name and their version.

This is the foundation of cross-process resources.

Related to #2430.

Co-authored-by: Mikhail Shilkov <github@mikhail.io>
Co-authored-by: Luke Hoban <luke@pulumi.com>
Co-authored-by: Levi Blackstone <levi@pulumi.com>
2020-10-27 10:12:12 -07:00
..
Attributes.cs Move .NET serialization attributes to Pulumi namespace (#3902) 2020-02-11 11:40:14 +01:00
Constants.cs Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00
Converter.cs Support remote components in .NET (#5485) 2020-10-06 10:19:22 -07:00
Deserializer.cs Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00
OutputCompletionSource.cs Support remote components in .NET (#5485) 2020-10-06 10:19:22 -07:00
OutputData.cs Output.apply should lift resources from inner Outputs to the top level output. (#3663) 2019-12-17 14:11:45 -08:00
ResourcePackages.cs Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00
Serializer.cs Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00