Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,26 @@
<RootNamespace>LogicBuilder.ComponentModel.Design.Serialization</RootNamespace>
<Description>Implements DesignerSerializationManager for .NetStandard.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>Handling validation for optional parameters.</PackageReleaseNotes>
<PackageReleaseNotes>Refactoring to accelrate DevOps.</PackageReleaseNotes>
<PackageTags>serialization</PackageTags>
<Copyright>Copyright © Microsoft 2017</Copyright>
<RepositoryUrl>https://github.com/BpsLogicBuilder/LogicBuilder.ComponentModel.Design.Serialization</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/BpsLogicBuilder/LogicBuilder</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<MinVerTagPrefix>v</MinVerTagPrefix>
<Deterministic>true</Deterministic>
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\LogicBuilder.Rules.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
<None Include="..\icon.png" Pack="true" PackagePath="\" Visible="False"/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="MinVer" Version="7.0.0">
<PrivateAssets>all</PrivateAssets>
Expand Down
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# LogicBuilder.ComponentModel.Design.Serialization
# LogicBuilder.Workflow.ComponentModel.Serialization

## Serialization Management

The library implements the core methods for serialization management like:

- `CreateInstance() `: Object creation
- `GetInstance()`: Object retrieval
- `GetName() / SetName()`: Object naming
- `GetService()`: Service provider functionality
- `AddSerializationProvider() / RemoveSerializationProvider()` Provider management

The WorkflowMarkupSerializationManager in LogicBuilder.Workflow.ComponentModel.Serialization itself implements IDesignerSerializationManager and leverages the core implementations from DesignerSerializationManager using the Decorator pattern.

## Contributing

Contributions are welcome.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.